From 68dc1b1a461792897e7be1cafb97b1f80e6aa304 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 14 May 2007 10:47:49 +0000 Subject: Make it possible to disable installation of manual pages --- hcid/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hcid/Makefile.am') diff --git a/hcid/Makefile.am b/hcid/Makefile.am index 13e2b256..b690d4a0 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -1,4 +1,5 @@ +if HCID if CONFIGFILES confdir = $(sysconfdir)/bluetooth @@ -8,6 +9,7 @@ statedir = $(localstatedir)/lib/bluetooth state_DATA = endif +endif noinst_LIBRARIES = libhciserver.a @@ -42,8 +44,10 @@ INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/sdpd BUILT_SOURCES = parser.h if HCID +if MANPAGES man_MANS = hcid.8 hcid.conf.5 endif +endif AM_YFLAGS = -d -- cgit