[zaptel-commits] tzafrir: branch 1.4 r3399 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Dec 10 16:54:30 CST 2007


Author: tzafrir
Date: Mon Dec 10 16:54:29 2007
New Revision: 3399

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3399
Log:
Don't build wctdm24xxp/ in 2.4:

wctdm24xxp/base.c needs <linux/workqueue.h> .

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=3399&r1=3398&r2=3399
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Mon Dec 10 16:54:29 2007
@@ -91,7 +91,7 @@
 endif
 
 ifeq ($(BUILDVER),linux24)
-MENUSELECT_MODULES+=xpp wctc4xxp zttranscode
+MENUSELECT_MODULES+=xpp wctc4xxp wctdm24xxp zttranscode
 endif
 
 ifeq ($(findstring xpp,$(MENUSELECT_MODULES)),)




More information about the zaptel-commits mailing list