summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-11-13 10:19:16 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-11-13 10:19:16 +0100
commitde8c5c3404c932a4e35eabd3d9b14ef6e8bcf918 (patch)
tree87d07b2fdae7e76861dc99d8ca01b0303812ecb0 /compat
parent8dabad80cad6dffc7c11d592d304214bc6877853 (diff)
Don't install manual pages for old daemons if not enabled
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index f3422fc9..58254adc 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -20,11 +20,11 @@ bin_PROGRAMS += pand
pand_SOURCES = pand.c pand.h bnep.c sdp.h sdp.c
pand_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@
-endif
if MANPAGES
man_MANS += pand.1
endif
+endif
if DUND
bin_PROGRAMS += dund
@@ -32,11 +32,11 @@ bin_PROGRAMS += dund
dund_SOURCES = dund.c dund.h lib.h sdp.h sdp.c dun.c msdun.c
dund_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@
-endif
if MANPAGES
man_MANS += dund.1
endif
+endif
AM_CFLAGS = @BLUEZ_CFLAGS@