Makefile 375 B

1234567891011121314151617181920
  1. # $Id$
  2. #
  3. # print example module makefile
  4. #
  5. #
  6. # WARNING: do not run this directly, it should be run by the master Makefile
  7. include ../../Makefile.defs
  8. auto_gen=
  9. NAME=rtpproxy.so
  10. LIBS=
  11. DEFS+=-DKAMAILIO_MOD_INTERFACE
  12. SERLIBPATH=../../lib
  13. SER_LIBS+=$(SERLIBPATH)/kmi/kmi
  14. SER_LIBS+=$(SERLIBPATH)/kcore/kcore
  15. SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
  16. include ../../Makefile.modules