[Pkg-voip-commits] [dahdi-tools] 268/285: xpp: move tools man-pages into PBX_USB conditional

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 212b247e689f84a431c67f80144384c5d2a27c50
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Sun Dec 13 15:41:12 2015 +0200

    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 at xorcom.com>
    Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
---
 xpp/Makefile.am | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/xpp/Makefile.am b/xpp/Makefile.am
index 369e1d2..d06fffe 100644
--- a/xpp/Makefile.am
+++ b/xpp/Makefile.am
@@ -20,14 +20,6 @@ GLOBAL_CFLAGS	+= \
 	-Wformat=2
 endif
 
-man_pages	= \
-		astribank_tool.8 \
-		astribank_hexload.8 \
-		astribank_allow.8 \
-		astribank_is_starting.8
-
-man_MANS	+= $(man_pages)
-
 if PERL
 SUBDIRS		+= perl_modules
 
@@ -149,6 +141,14 @@ astribank_allow_CFLAGS		= $(GLOBAL_CFLAGS)
 astribank_allow_LDFLAGS		= $(USB_LIBS)
 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
 
 EXTRA_DIST	= \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list