Просмотр исходного кода

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 лет назад
Родитель
Сommit
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