summaryrefslogtreecommitdiff
path: root/dbind/Makefile.am
blob: debea2050949c30b1f60501d2da14828f50e5e3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
noinst_LTLIBRARIES = libdbind.la

AM_CPPFLAGS = \
	-DG_LOG_DOMAIN=\"dbind\" \
	-I$(top_srcdir) \
	$(WARN_CFLAGS) \
	$(DBUS_CFLAGS) \
	$(GLIB_CFLAGS)

libdbind_la_SOURCES = \
        dbind-config.h \
        dbind.h \
	dbind.c \
        dbind-any.h \
	dbind-any.c
libdbind_la_LIBADD = $(DBUS_LIBS) $(GLIB_LIBS)

TESTS = dbtest

check_PROGRAMS = dbtest
dbtest_SOURCES = dbtest.c ../atspi/atspi-gmain.c
dbtest_LDFLAGS = libdbind.la
dbtest_LDADD = $(DBUS_LIBS)