summaryrefslogtreecommitdiffstats
path: root/pand/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pand/Makefile.am')
-rw-r--r--pand/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/pand/Makefile.am b/pand/Makefile.am
index 3ed77891..9e7c3648 100644
--- a/pand/Makefile.am
+++ b/pand/Makefile.am
@@ -5,8 +5,7 @@
bin_PROGRAMS = pand
pand_SOURCES = main.c pand.h bnep.c sdp.c
-
-LIBS = @BLUEZ_LIBS@
+pand_LDADD = @BLUEZ_LIBS@
AM_CFLAGS = @BLUEZ_CFLAGS@