pbx_dundi: Fix PJSIP endpoint configuration check.
[asterisk/asterisk.git] / cdr / Makefile
1 #
2 # Asterisk -- An open source telephony toolkit.
3 #
4 # Makefile for CDR backends
5 #
6 # Copyright (C) 1999-2006, Digium, Inc.
7 #
8 # This program is free software, distributed under the terms of
9 # the GNU General Public License
10 #
11
12 -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps
13
14 MODULE_PREFIX=cdr
15 MENUSELECT_CATEGORY=CDR
16 MENUSELECT_DESCRIPTION=Call Detail Recording
17
18 all: _all
19
20 include $(ASTTOPDIR)/Makefile.moddir_rules