summaryrefslogtreecommitdiffstats
path: root/dund
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-05-23 10:39:50 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-05-23 10:39:50 +0000
commit7ac6ede99ac309c7e28f3c2993fbc9bbbe28a68b (patch)
tree6e43dd4cb193a848c4cf9a68fbb86a8c99d4f636 /dund
parentd03add1b87c56410b25b956f82833be4d00fc340 (diff)
Use LIBS instead of LDFLAGS
Diffstat (limited to 'dund')
-rw-r--r--dund/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dund/Makefile.am b/dund/Makefile.am
index 9c967ce0..1c8f4069 100644
--- a/dund/Makefile.am
+++ b/dund/Makefile.am
@@ -6,7 +6,7 @@ bin_PROGRAMS = dund
dund_SOURCES = main.c dun.c dund.h sdp.c lib.h msdun.c
-LDFLAGS = @BLUEZ_LIBS@
+LIBS = @BLUEZ_LIBS@
INCLUDES = @BLUEZ_INCLUDES@