| 1234567891011121314151617 |
- # $Id$
- #
- # timer module makefile
- #
- #
- # WARNING: do not run this directly, it should be run by the master Makefile
- include ../../Makefile.defs
- auto_gen=
- NAME=timer.so
- LIBS=
- DEFS+=-DSER_MOD_INTERFACE
- include ../../Makefile.modules
|