| 1234567891011121314151617 |
- # Makefile v 1.0 2002/12/27
- #
- # Enum module makefile
- #
- #
- # WARNING: do not run this directly, it should be run by the master Makefile
- include ../../Makefile.defs
- auto_gen=
- NAME=enum.so
- LIBS=
- DEFS+=-DKAMAILIO_MOD_INTERFACE
- SERLIBPATH=../../lib
- SER_LIBS+=$(SERLIBPATH)/kcore/kcore
- include ../../Makefile.modules
|