summaryrefslogtreecommitdiffstats
path: root/dund/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dund/Makefile.am')
-rw-r--r--dund/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/dund/Makefile.am b/dund/Makefile.am
index 91fb1d2e..260698ab 100644
--- a/dund/Makefile.am
+++ b/dund/Makefile.am
@@ -1,14 +1,19 @@
+if DUND
bin_PROGRAMS = dund
dund_SOURCES = main.c dun.c dund.h sdp.c lib.h msdun.c
+
dund_LDADD = @BLUEZ_LIBS@
+endif
AM_CFLAGS = @BLUEZ_CFLAGS@
+if DUND
if MANPAGES
man_MANS = dund.1
endif
+endif
EXTRA_DIST = dund.1