xpp: move tools man-pages into PBX_USB conditional
* Otherwise, they pull compilation of xpp tools via implicit rules. * This breaks build without libusb/libusbx * To test this scenario: ./configure .... --without-libusb --without-libusbx Signed-off-by: Oron Peled <oron.peled@xorcom.com> Signed-off-by: Russ Meyerriecks <rmeyerriecks@digium.com>
This commit is contained in:
parent
f225a5692c
commit
212b247e68
@ -20,14 +20,6 @@ GLOBAL_CFLAGS += \
|
|||||||
-Wformat=2
|
-Wformat=2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
man_pages = \
|
|
||||||
astribank_tool.8 \
|
|
||||||
astribank_hexload.8 \
|
|
||||||
astribank_allow.8 \
|
|
||||||
astribank_is_starting.8
|
|
||||||
|
|
||||||
man_MANS += $(man_pages)
|
|
||||||
|
|
||||||
if PERL
|
if PERL
|
||||||
SUBDIRS += perl_modules
|
SUBDIRS += perl_modules
|
||||||
|
|
||||||
@ -149,6 +141,14 @@ astribank_allow_CFLAGS = $(GLOBAL_CFLAGS)
|
|||||||
astribank_allow_LDFLAGS = $(USB_LIBS)
|
astribank_allow_LDFLAGS = $(USB_LIBS)
|
||||||
astribank_allow_LDADD = libastribank.la
|
astribank_allow_LDADD = libastribank.la
|
||||||
|
|
||||||
|
man_pages = \
|
||||||
|
astribank_tool.8 \
|
||||||
|
astribank_hexload.8 \
|
||||||
|
astribank_allow.8 \
|
||||||
|
astribank_is_starting.8
|
||||||
|
|
||||||
|
man_MANS += $(man_pages)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
Loading…
Reference in New Issue
Block a user