summaryrefslogtreecommitdiffstats
path: root/pand
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-03-21 21:33:12 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-03-21 21:33:12 +0000
commit3e2744b52f2c48f5c0f97efa6164ae18d2c1a187 (patch)
tree161d099e9ce31ecc7bad01ae783683b20b318987 /pand
parenta1e5adc417797a4896e864851741f02cdad4c3e3 (diff)
Allow disabling of pand compilation and installation
Diffstat (limited to 'pand')
-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@