summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 188f5dd80161942bc40f0720d306148d9cabada8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

EFENCE=

INCLUDES = -I$(top_srcdir)/gconf -I$(includedir)  $(ORBIT_CFLAGS) $(GLIB_CFLAGS) \
	 -DG_LOG_DOMAIN=\"GConf-Tests\"

noinst_PROGRAMS=testgconf testlisteners

testgconf_SOURCES=testgconf.c

testgconf_LDADD = $(ORBIT_LIBS) $(GLIB_LIBS) $(top_builddir)/gconf/libgconf-client.la  $(EFENCE)

testlisteners_SOURCES=testlisteners.c

testlisteners_LDADD = $(ORBIT_LIBS) $(GLIB_LIBS) $(top_builddir)/gconf/libgconf-client.la  $(EFENCE)