Makefile 235 B

1234567891011121314151617
  1. # $Id$
  2. #
  3. # timer 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=timer.so
  10. LIBS=
  11. DEFS+=-DSER_MOD_INTERFACE
  12. include ../../Makefile.modules