summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-29 07:56:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-29 07:56:35 +0200
commitafb342a2c8fef5662d9d88161abf0514145d3943 (patch)
treea8360bcd261a016a512c53638a087b7f4408e6bf /plugins
parent43f90dba7e9c4f0c643de21017e61fc3c8d725ce (diff)
Add missing backslash
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e95662ac..3b258a36 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -34,7 +34,7 @@ endif
AM_LDFLAGS = -module -avoid-version -no-undefined \
-export-symbols-regex bluetooth_plugin_desc
-AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
+AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ \
@GDBUS_CFLAGS@ @NETLINK_CFLAGS@
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src