Makefile 359 B

123456789101112131415161718
  1. # $Id$
  2. #
  3. # msgqueue 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=mohqueue.so
  10. LIBS=
  11. DEFS+=-DKAMAILIO_MOD_INTERFACE
  12. SERLIBPATH=../../lib
  13. SER_LIBS+=$(SERLIBPATH)/kcore/kcore $(SERLIBPATH)/srdb1/srdb1
  14. SER_LIBS+=$(SERLIBPATH)/kmi/kmi
  15. include ../../Makefile.modules