diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 10:47:49 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-14 10:47:49 +0000 |
commit | 68dc1b1a461792897e7be1cafb97b1f80e6aa304 (patch) | |
tree | d5525b607833135a1eb0777a0cdbed6f0f34fdaa /hcid/Makefile.am | |
parent | a16c5df68407649eb2c190ab71ab0a0be25209e6 (diff) |
Make it possible to disable installation of manual pages
Diffstat (limited to 'hcid/Makefile.am')
-rw-r--r-- | hcid/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |