Module: sip-router
Branch: andrei/module_interface
Commit: f265669f32e0b6fc880db16d1fdd8da0b69c6426
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f265669…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Tue Nov 18 01:01:18 2008 +0100
tm makefile: declare SER_MOD_INTERFACE
---
modules/tm/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/tm/Makefile b/modules/tm/Makefile
index 10c4f42..0c60918 100644
--- a/modules/tm/Makefile
+++ b/modules/tm/Makefile
@@ -9,5 +9,6 @@ include ../../Makefile.defs
auto_gen=
NAME=tm.so
LIBS=
+DEFS+= -DSER_MOD_INTERFACE
include ../../Makefile.modules