From 1badf196a83fb8d32e212c49b7487b08962c18f0 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 1 Nov 2006 12:58:31 +0000 Subject: More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/dbus-hci.c --- common/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common/Makefile.am') diff --git a/common/Makefile.am b/common/Makefile.am index b2f6fb33..83ec45f4 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,9 +1,12 @@ +AM_CFLAGS = @DBUS_CFLAGS@ + noinst_LIBRARIES = libhelper.a libhelper_a_SOURCES = oui.h oui.c list.h list.c \ textfile.h textfile.c helper.h helper.c \ - glib-ectomy.h glib-ectomy.c logging.h logging.c + glib-ectomy.h glib-ectomy.c logging.h logging.c \ + dbus.h dbus.c noinst_PROGRAMS = test_textfile -- cgit