Makefile 351 B

12345678910111213141516171819
  1. #
  2. # curl module makefile
  3. #
  4. #
  5. # WARNING: do not run this directly, it should be run by the master Makefile
  6. include ../../Makefile.defs
  7. auto_gen=
  8. NAME=httpapitest.so
  9. ifeq ($(CROSS_COMPILE),)
  10. XML2CFG=$(shell which xml2-config)
  11. endif
  12. DEFS+=-DKAMAILIO_MOD_INTERFACE
  13. SERLIBPATH=../../lib
  14. #SER_LIBS+=$(SERLIBPATH)/kmi/kmi
  15. include ../../Makefile.modules