summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/Makefile.am b/hcid/Makefile.am
index b720e5cc..3a5e766a 100644
--- a/hcid/Makefile.am
+++ b/hcid/Makefile.am
@@ -15,7 +15,7 @@ endif
hcid_SOURCES = main.c security.c hcid.h lib.c lib.h parser.h parser.y lexer.l kword.h kword.c glib-ectomy.h glib-ectomy.c $(dbus_hcid_sources)
hcid_CONFIG = hcid.conf
-LDFLAGS = @BLUEZ_LIBS@ $(dbus_hcid_ldflags)
+LDFLAGS = $(dbus_hcid_ldflags) @BLUEZ_LIBS@
INCLUDES = @BLUEZ_INCLUDES@ @DBUS_INCLUDES@