tizen 2.4 release
[framework/uifw/elementary.git] / src / Makefile.am
1 AUTOMAKE_OPTIONS     = 1.4 foreign
2 MAINTAINERCLEANFILES = Makefile.in
3
4 SUBDIRS = lib bin imported
5
6 if BUILD_MODULES
7 SUBDIRS += modules edje_externals
8 endif
9
10 SUBDIRS += examples
11
12 if ELEMENTARY_ENABLE_TESTS
13 SUBDIRS += tests
14 endif