summaryrefslogtreecommitdiffstats
path: root/hcid/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-09 22:15:21 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-09 22:15:21 +0000
commit34e266aaa88d0ff1e5930946d96783420c232895 (patch)
tree9c5ccf044fd4cc8cf3d60579c25cb8c8bde1dc78 /hcid/Makefile.am
parent3e077cde783d52817e9934681699c51994ba2031 (diff)
Add basic rough version of the D-Bus support
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r--hcid/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index 875de7cd..7f235c73 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -13,7 +13,7 @@ state_DATA =
sbin_PROGRAMS = hcid
if DBUS
-dbus_hcid_sources = dbus.c
+dbus_hcid_sources = dbus.h dbus.c
dbus_hcid_libs = @DBUS_LIBS@
dbus_hcid_cflags = -DENABLE_DBUS -DDBUS_API_SUBJECT_TO_CHANGE
else
@@ -35,7 +35,7 @@ AM_YFLAGS = -d
CLEANFILES = lexer.c parser.c parser.h
-EXTRA_DIST = $(man_MANS) $(conf_DATA) dbus.c
+EXTRA_DIST = $(man_MANS) $(conf_DATA) dbus.h dbus.c
MAINTAINERCLEANFILES = Makefile.in