Makefile 300 B

12345678910111213141516
  1. # $Id$
  2. #
  3. # WARNING: do not run this directly, it should be run by the master Makefile
  4. include ../../Makefile.defs
  5. auto_gen=
  6. NAME=mqueue.so
  7. LIBS=
  8. DEFS+=-DKAMAILIO_MOD_INTERFACE
  9. SERLIBPATH=../../lib
  10. SER_LIBS+=$(SERLIBPATH)/kmi/kmi
  11. SER_LIBS+=$(SERLIBPATH)/kcore/kcore
  12. include ../../Makefile.modules