From 745248fa588a23f87522a5d5c55cbca7a93b3f90 Mon Sep 17 00:00:00 2001 From: russell Date: Wed, 7 Jun 2006 16:03:31 +0000 Subject: remove the need to have to re-run make after a default menuselect.makeopts file is generated. This allows a fresh checkout of asterisk to be built and installed with the standard "./configure && make && make install". git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32798 f38db490-d61c-443f-a65b-d21fe96a405b --- pbx/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pbx/Makefile') diff --git a/pbx/Makefile b/pbx/Makefile index 8ca959688..c6332d669 100644 --- a/pbx/Makefile +++ b/pbx/Makefile @@ -11,6 +11,8 @@ # the GNU General Public License # +include ../menuselect.makeopts + SELECTED_MODS:=$(filter-out $(MENUSELECT_PBX),$(patsubst %.c,%,$(wildcard pbx_*.c))) MOC=$(QTDIR)/bin/moc -- cgit v1.2.3