From de8c5c3404c932a4e35eabd3d9b14ef6e8bcf918 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 13 Nov 2008 10:19:16 +0100 Subject: Don't install manual pages for old daemons if not enabled --- compat/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compat') 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@ -- cgit