summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-06-04 12:09:30 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-06-04 12:09:30 +0000
commitb96133c91a2abcc6b0a6de80176623f0ee6f600e (patch)
treef1d368deced789515d6e90f24188cb9d32485f1b /daemon
parent798f888e7b2b0c94705bd1aea9a81934a1331d03 (diff)
Build a generic helper library
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 41875066..12ff263b 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -3,7 +3,7 @@ noinst_PROGRAMS = bluetoothd
bluetoothd_SOURCES = main.c
-bluetoothd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libtextfile.a
+bluetoothd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@