efl/legacy/elementary/src/Makefile.am

15 lines
219 B
Makefile

AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = lib bin
if BUILD_MODULES
SUBDIRS += modules edje_externals
endif
SUBDIRS += examples
if ENABLE_ELEMENTARY_TESTS
SUBDIRS += tests
endif