aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-01 03:27:37 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-01 03:27:37 +0000
commita622cbd1e3e3a5d7231eaf53a612d2139c5a7464 (patch)
tree1d05cd347ccefba649d8ff2bf91dd9e3ee1d1c1f /Makefile
parenta3d6dce7b34b34920a5d35b6f8c3b424330d332d (diff)
don't specify this include in the menuselect Makefile, because asterisk-addons
doesn't have an include dir git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36464 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ece1b6cc2..5e78ebb1b 100644
--- a/Makefile
+++ b/Makefile
@@ -885,7 +885,7 @@ menuselect: menuselect/menuselect makeopts.xml
-@menuselect/menuselect $(GLOBAL_MAKEOPTS) $(USER_MAKEOPTS) menuselect.makeopts && echo "menuselect changes saved!" || echo "menuselect changes NOT saved!"
menuselect/menuselect: menuselect/menuselect.c menuselect/menuselect_curses.c menuselect/menuselect.h menuselect/linkedlists.h config.status mxml/libmxml.a
- @CFLAGS="-include $(PWD)/include/asterisk/autoconfig.h" PARENTSRC="$(PWD)" $(MAKE) -C menuselect menuselect
+ @CFLAGS="-include $(PWD)/include/asterisk/autoconfig.h -I$(PWD)/include" PARENTSRC="$(PWD)" $(MAKE) -C menuselect menuselect
mxml/libmxml.a:
@cd mxml && unset CFLAGS LIBS && test -f config.h || ./configure