summaryrefslogtreecommitdiffstats
path: root/hcid
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 /hcid
parent798f888e7b2b0c94705bd1aea9a81934a1331d03 (diff)
Build a generic helper library
Diffstat (limited to 'hcid')
-rw-r--r--hcid/Makefile.am10
1 files changed, 3 insertions, 7 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index 0d4f3c91..8998e477 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -23,13 +23,9 @@ hcid_SOURCES = main.c security.c device.c logging.c storage.c \
dbus.h dbus.c dbus-common.c \
dbus-error.c dbus-manager.c dbus-adapter.c \
dbus-device.c dbus-service.c dbus-security.c \
- dbus-sdp.c dbus-rfcomm.c \
- $(top_builddir)/tools/oui.h $(top_builddir)/tools/oui.c
+ dbus-sdp.c dbus-rfcomm.c
-hcid_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ \
- $(top_builddir)/common/libglib-ectomy.a \
- $(top_builddir)/common/libtextfile.a \
- $(top_builddir)/common/liblist.a
+hcid_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
passkey_agent_SOURCES = passkey-agent.c
@@ -37,7 +33,7 @@ passkey_agent_LDADD = @DBUS_LIBS@
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@
-INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/tools
+INCLUDES = -I$(top_srcdir)/common
man_MANS = hcid.8 hcid.conf.5