summaryrefslogtreecommitdiffstats
path: root/autofoo-efl/src/bin/Makefile.am
blob: 643da6d1fce18a4565a36b4d3c58563f59b12377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
MAINTAINERCLEANFILES = Makefile.in

bin_PROGRAMS = efl_hello_world

efl_hello_world_CPPFLAGS = -I. \
-DPACKAGE_BIN_DIR=\"$(bindir)\" -DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" @AUTOFOO_EFL_CFLAGS@

efl_hello_world_LDADD = @AUTOFOO_EFL_LIBS@

efl_hello_world_SOURCES = \
efl_hello_world.c