aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/funcs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/funcs/Makefile')
-rw-r--r--trunk/funcs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/trunk/funcs/Makefile b/trunk/funcs/Makefile
new file mode 100644
index 000000000..9b13b17a0
--- /dev/null
+++ b/trunk/funcs/Makefile
@@ -0,0 +1,20 @@
+#
+# Asterisk -- A telephony toolkit for Linux.
+#
+# Makefile for dialplan functions
+#
+# Copyright (C) 2005-2006, Digium, Inc.
+#
+# This program is free software, distributed under the terms of
+# the GNU General Public License
+#
+
+-include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps
+
+MODULE_PREFIX=func
+MENUSELECT_CATEGORY=FUNCS
+MENUSELECT_DESCRIPTION=Dialplan Functions
+
+all: _all
+
+include $(ASTTOPDIR)/Makefile.moddir_rules