diff options
Diffstat (limited to '')
-rw-r--r-- | libraries/elementary/src/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/elementary/src/Makefile.am b/libraries/elementary/src/Makefile.am new file mode 100644 index 0000000..abaa75d --- /dev/null +++ b/libraries/elementary/src/Makefile.am | |||
@@ -0,0 +1,10 @@ | |||
1 | AUTOMAKE_OPTIONS = 1.4 foreign | ||
2 | MAINTAINERCLEANFILES = Makefile.in | ||
3 | |||
4 | SUBDIRS = lib bin | ||
5 | |||
6 | if BUILD_MODULES | ||
7 | SUBDIRS += modules edje_externals | ||
8 | endif | ||
9 | |||
10 | SUBDIRS += examples | ||