summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-03-21 16:31:23 -0700
committerMike Gorse <mgorse@novell.com>2011-03-21 16:31:23 -0700
commit5ce6219707b961ac37424b6c7b5bbc68cbd267ed (patch)
treeecfe37051ab2cf4920d4d4ddd5e02643c694113b /dbind
parentd8788bd39538d18f5cc701ab2f99eda3ccf1562a (diff)
downloadat-spi2-core-5ce6219707b961ac37424b6c7b5bbc68cbd267ed.tar.gz
Release v1.91.92 and fix some build errorsAT_SPI2_CORE_1_91_92
Diffstat (limited to 'dbind')
-rw-r--r--dbind/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
index 52b3ac2b..0ca43c05 100644
--- a/dbind/Makefile.am
+++ b/dbind/Makefile.am
@@ -19,6 +19,6 @@ libdbind_la_LIBADD = $(DBUS_LIBS) $(GLIB_LIBS)
TESTS = dbtest
check_PROGRAMS = dbtest
-dbtest_SOURCES = dbtest.c
+dbtest_SOURCES = dbtest.c ../atspi/atspi-gmain.c
dbtest_LDFLAGS = libdbind.la
-dbtest_LDADD = $(DBUS_GLIB_LIBS)
+dbtest_LDADD = $(DBUS_LIBS)