浏览代码

Define SER_MOD_INTERFACE in Makefile.

This patch adds -DSER_MOD_INTERFACE to the modules Makefile, this
is needed to make ser modules compile with the sip router core.
Jan Janak 16 年之前
父节点
当前提交
371cb37550
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      modules/tls/Makefile

+ 2 - 0
modules/tls/Makefile

@@ -17,4 +17,6 @@ LIBS+= -L$(LOCALBASE)/lib -L$(LOCALBASE)/ssl/lib -lssl  -lcrypto \
 #       E.g.: make TLS_HOOKS=1 TLS_EXTRA_LIBS="-lz -lkrb5"
 
 
+DEFS+=-DSER_MOD_INTERFACE
+
 include ../../Makefile.modules