summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-23 03:16:03 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-23 03:16:03 -0800
commit50b6b290937326d078190540fc451001666afd8e (patch)
treef783e4bdc0204dfaa0355b59d2bef7a573d6d847 /Makefile.am
parent23f390630f991d7ee67caa7dad36804e382a2122 (diff)
downloadconnman-50b6b290937326d078190540fc451001666afd8e.tar.gz
connman-50b6b290937326d078190540fc451001666afd8e.tar.bz2
connman-50b6b290937326d078190540fc451001666afd8e.zip
Fix mis-merged AM_CFLAGS line
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e923ec88..df54367f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -87,7 +87,6 @@ endif
AM_CFLAGS = @UDEV_CFLAGS@ @NETLINK_CFLAGS@ @CAPNG_CFLAGS@ \
@DBUS_CFLAGS@ @GLIB_CFLAGS@ $(builtin_cflags) \
- @GLIB_CFLAGS@ $(builtin_cflags) \
-DCONNMAN_PLUGIN_BUILTIN \
-DSTATEDIR=\""$(statedir)"\" \
-DPLUGINDIR=\""$(build_plugindir)"\" \