diff options
Diffstat (limited to '')
-rw-r--r-- | libraries/elementary/src/modules/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/elementary/src/modules/Makefile.am b/libraries/elementary/src/modules/Makefile.am new file mode 100644 index 0000000..e435e37 --- /dev/null +++ b/libraries/elementary/src/modules/Makefile.am | |||
@@ -0,0 +1,8 @@ | |||
1 | AUTOMAKE_OPTIONS = 1.4 foreign | ||
2 | MAINTAINERCLEANFILES = Makefile.in | ||
3 | |||
4 | SUBDIRS = \ | ||
5 | test_entry \ | ||
6 | test_map \ | ||
7 | access_output \ | ||
8 | datetime_input_ctxpopup | ||