aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/cdr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/cdr/Makefile')
-rw-r--r--trunk/cdr/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/trunk/cdr/Makefile b/trunk/cdr/Makefile
new file mode 100644
index 000000000..a2767b31e
--- /dev/null
+++ b/trunk/cdr/Makefile
@@ -0,0 +1,20 @@
+#
+# Asterisk -- A telephony toolkit for Linux.
+#
+# Makefile for CDR backends
+#
+# Copyright (C) 1999-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=cdr
+MENUSELECT_CATEGORY=CDR
+MENUSELECT_DESCRIPTION=Call Detail Recording
+
+all: _all
+
+include $(ASTTOPDIR)/Makefile.moddir_rules