summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: b6dda4e5e14c2bf1854598d1ac9b6a488ec151ed (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

if BUILD_MODULES
SUBDIRS += modules edje_externals
endif

SUBDIRS += examples

if ENABLE_ELEMENTARY_TESTS
SUBDIRS += tests
endif