projects
/
sip-router
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
malloc_test: new module for testing/debugging memory problems
[sip-router]
/
modules
/
malloc_test
/
Makefile
1
# $Id$
2
#
3
#malloc_test module makefile
4
#
5
#
6
# WARNING: do not run this directly, it should be run by the master Makefile
7
8
include ../../Makefile.defs
9
auto_gen=
10
NAME=malloc_test.so
11
LIBS=
12
13
DEFS+=-DSER_MOD_INTERFACE
14
15
include ../../Makefile.modules