summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-12-28 11:59:22 -0500
committerMike Gorse <mgorse@novell.com>2010-12-28 11:59:22 -0500
commit8481eef6d83f3f63964062e5db51d1c72ac75814 (patch)
tree361b3c6b19238992e1178838617a0e0de713fd58 /dbind
parentcda93ea81e71932bc8ad4cf74e9e76124548783c (diff)
downloadat-spi2-core-8481eef6d83f3f63964062e5db51d1c72ac75814.tar.gz
Fix building from a separate build directory
Diffstat (limited to 'dbind')
-rw-r--r--dbind/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
index f7e6f532..072b1e1c 100644
--- a/dbind/Makefile.am
+++ b/dbind/Makefile.am
@@ -20,3 +20,4 @@ TESTS = dbtest
check_PROGRAMS = dbtest
dbtest_SOURCES = dbtest.c
dbtest_LDFLAGS = libdbind.la
+dbtest_LDADD = $(DBUS_GLIB_LIBS)