summaryrefslogtreecommitdiffstats
path: root/sync/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-11 23:58:15 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-11 23:58:15 +0000
commitdd6e50453d4e1ae9008d101ba2539df0a47b37b8 (patch)
tree6085391cb3d9a3da2a259bb13d4e83c23c9569ad /sync/Makefile.am
parent230f57309dce0d01fd35bdc9dac460f348ec0dab (diff)
Remove D-Bus support
Diffstat (limited to 'sync/Makefile.am')
-rw-r--r--sync/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/Makefile.am b/sync/Makefile.am
index 196d0527..8f62c8be 100644
--- a/sync/Makefile.am
+++ b/sync/Makefile.am
@@ -4,9 +4,9 @@ noinst_PROGRAMS = bt.syncd
bt_syncd_SOURCES = main.c
-bt_syncd_LDADD = @GLIB_LIBS@ @OPENSYNC_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
+bt_syncd_LDADD = @OPENSYNC_LIBS@ @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
-AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENSYNC_CFLAGS@ @GLIB_CFLAGS@
+AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENSYNC_CFLAGS@
INCLUDES = -I$(top_srcdir)/common
endif