diff options
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 |