summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: bc0e30f015dfb08ecf453b49fd0084b4064f021e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AUTOMAKE_OPTIONS     = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in

SUBDIRS = lib bin imported

if BUILD_MODULES
SUBDIRS += modules edje_externals
endif

SUBDIRS += examples

if ELEMENTARY_ENABLE_TESTS
SUBDIRS += tests
endif