From 34e266aaa88d0ff1e5930946d96783420c232895 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Oct 2005 22:15:21 +0000 Subject: Add basic rough version of the D-Bus support --- hcid/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hcid/Makefile.am') 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 -- cgit