summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-22 09:55:13 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-04-22 09:55:13 +0000
commit0f00a726462066b3de43a2f5eed684e63f507afc (patch)
treeefb6e9ff5f2665515f376754e0823aedd4a519d0
parent550a6dd53666ec614dc65a37f499d202a8de2ee4 (diff)
astribank_is_starting does not depend on libusb.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8547 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--xpp/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/xpp/Makefile b/xpp/Makefile
index a501084..38b5956 100644
--- a/xpp/Makefile
+++ b/xpp/Makefile
@@ -58,17 +58,16 @@ ABHEXLOAD_OBJS = astribank_hexload.o hexfile.o pic_loader.o astribank_usb.o mpp
ABTOOL_OBJS = astribank_tool.o astribank_usb.o mpp_funcs.o debug.o
ABALLOW_OBJS = astribank_allow.o astribank_usb.o mpp_funcs.o debug.o
-TARGETS = .perlcheck
-PROG_INSTALL =
+TARGETS = .perlcheck astribank_is_starting
+PROG_INSTALL = astribank_is_starting
MAN_INSTALL = $(PROG_INSTALL:%=%.8)
ifeq (1,$(PBX_USB))
TARGETS += fpga_load \
astribank_tool \
astribank_hexload \
astribank_allow \
- astribank_is_starting \
test_parse
-PROG_INSTALL += fpga_load astribank_tool astribank_hexload astribank_allow astribank_is_starting
+PROG_INSTALL += fpga_load astribank_tool astribank_hexload astribank_allow
endif
ifneq (,$(PERLLIBDIR))
PROG_INSTALL += $(PERL_SCRIPTS)