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, 3 insertions, 0 deletions
diff --git a/pand/Makefile.am b/pand/Makefile.am
index 342b2244..447e950b 100644
--- a/pand/Makefile.am
+++ b/pand/Makefile.am
@@ -1,8 +1,11 @@
+if PAND
bin_PROGRAMS = pand
pand_SOURCES = main.c pand.h bnep.c sdp.c
+
pand_LDADD = @BLUEZ_LIBS@
+endif
AM_CFLAGS = @BLUEZ_CFLAGS@