summaryrefslogtreecommitdiff
path: root/pbx/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-07 16:03:31 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-07 16:03:31 +0000
commit503f99e2e86cb27725f0dba8fc662b364088fa70 (patch)
tree8fed72867d5179a492835cb9b698dce8206355c1 /pbx/Makefile
parent7924c21e334d868ce8d9bd543b420f4bab37fbb2 (diff)
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: https://origsvn.digium.com/svn/asterisk/trunk@32798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/Makefile')
-rw-r--r--pbx/Makefile2
1 files changed, 2 insertions, 0 deletions
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