Browse Source

tm makefile: declare SER_MOD_INTERFACE

Andrei Pelinescu-Onciul 17 years ago
parent
commit
f265669f32
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/tm/Makefile

+ 1 - 0
modules/tm/Makefile

@@ -9,5 +9,6 @@ include ../../Makefile.defs
 auto_gen=
 NAME=tm.so
 LIBS=
+DEFS+= -DSER_MOD_INTERFACE
 
 include ../../Makefile.modules