From 3910c536967e0c0fb29f71912025479c946ed35e Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 28 Jun 2006 19:36:09 +0000 Subject: fix the Makefile to reflect the change in makeopts.xml git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1190 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d435536..a8cb3dc 100644 --- a/Makefile +++ b/Makefile @@ -127,9 +127,9 @@ LIBTONEZONE_SO:=libtonezone.so LIBTONEZONE_SO_MAJOR_VER:=1 LIBTONEZONE_SO_MINOR_VER:=0 -ifneq ($(findstring xpp,$(MENUSELECT_MODULES)),) +ifneq ($(findstring xpp_usb,$(MENUSELECT_MODULES)),) BUILD_XPP=yes - MENUSELECT_MODULES:=$(filter-out xpp,$(MENUSELECT_MODULES)) + MENUSELECT_MODULES:=$(filter-out xpp_usb,$(MENUSELECT_MODULES)) endif MODULES:=$(MENUSELECT_MODULES) -- cgit v1.2.3