summaryrefslogtreecommitdiffstats
path: root/dund/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dund/Makefile.am')
-rw-r--r--dund/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/dund/Makefile.am b/dund/Makefile.am
index 3ff2b36c..236decc6 100644
--- a/dund/Makefile.am
+++ b/dund/Makefile.am
@@ -5,8 +5,7 @@
bin_PROGRAMS = dund
dund_SOURCES = main.c dun.c dund.h sdp.c lib.h msdun.c
-
-LIBS = @BLUEZ_LIBS@
+dund_LDADD = @BLUEZ_LIBS@
AM_CFLAGS = @BLUEZ_CFLAGS@