Makefile 334 B

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