Makefile 442 B

1234567891011121314151617181920
  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. -include $(ASTTOPDIR)/menuselect.makeopts $(ASTTOPDIR)/menuselect.makedeps
  12. MODULE_PREFIX=cdr
  13. MENUSELECT_CATEGORY=CDR
  14. MENUSELECT_DESCRIPTION=Call Detail Recording
  15. all: _all
  16. include $(ASTTOPDIR)/Makefile.moddir_rules