[asterisk-addons-commits] qwell: branch qwell/moddirmagic r521 - /team/qwell/moddirmagic/
SVN commits to the Asterisk addons project
asterisk-addons-commits at lists.digium.com
Thu Feb 7 12:02:06 CST 2008
Author: qwell
Date: Thu Feb 7 12:02:05 2008
New Revision: 521
URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=521
Log:
Set include in the right place
Modified:
team/qwell/moddirmagic/Makefile
team/qwell/moddirmagic/Makefile.rules
Modified: team/qwell/moddirmagic/Makefile
URL: http://svn.digium.com/view/asterisk-addons/team/qwell/moddirmagic/Makefile?view=diff&rev=521&r1=520&r2=521
==============================================================================
--- team/qwell/moddirmagic/Makefile (original)
+++ team/qwell/moddirmagic/Makefile Thu Feb 7 12:02:05 2008
@@ -40,6 +40,9 @@
GLOBAL_MAKEOPTS=$(wildcard /etc/asteriskaddons.makeopts)
USER_MAKEOPTS=$(wildcard ~/.asteriskaddons.makeopts)
+
+MOD_SUBDIR_CFLAGS=$(ASTERISK_INCLUDE)
+OTHER_SUBDIR_CFLAGS=$(ASTERISK_INCLUDE)
#ifeq ($(strip $(foreach var,clean distclean dist-clean update,$(findstring $(var),$(MAKECMDGOALS)))),)
# ifneq ($(wildcard menuselect.makeopts),)
Modified: team/qwell/moddirmagic/Makefile.rules
URL: http://svn.digium.com/view/asterisk-addons/team/qwell/moddirmagic/Makefile.rules?view=diff&rev=521&r1=520&r2=521
==============================================================================
--- team/qwell/moddirmagic/Makefile.rules (original)
+++ team/qwell/moddirmagic/Makefile.rules Thu Feb 7 12:02:05 2008
@@ -41,8 +41,6 @@
OPTIMIZE?=-O6
ASTCFLAGS+=$(OPTIMIZE)
endif
-
-ASTCFLAGS+=$(ASTERISK_INCLUDE)
# build rules for various targets
%.o: %.c
More information about the asterisk-addons-commits
mailing list