Makefile 273 B

1234567891011121314
  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=debugger.so
  7. LIBS=
  8. DEFS+=-DKAMAILIO_MOD_INTERFACE
  9. SERLIBPATH=../../lib
  10. SER_LIBS+=$(SERLIBPATH)/srutils/srutils
  11. include ../../Makefile.modules