Define ME for all charon plugins
This commit is contained in:
+3
-3
@@ -216,12 +216,12 @@ if test x$manager = xtrue; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$medsrv = xtrue; then
|
if test x$medsrv = xtrue; then
|
||||||
me=true
|
mediation=true
|
||||||
fast=true
|
fast=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$medcli = xtrue; then
|
if test x$medcli = xtrue; then
|
||||||
me=true
|
mediation=true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl ===========================================
|
dnl ===========================================
|
||||||
@@ -727,7 +727,7 @@ dnl ==============================
|
|||||||
dnl set global definitions
|
dnl set global definitions
|
||||||
dnl ==============================
|
dnl ==============================
|
||||||
|
|
||||||
if test x$me = xtrue; then
|
if test x$mediation = xtrue; then
|
||||||
AC_DEFINE(ME)
|
AC_DEFINE(ME)
|
||||||
fi
|
fi
|
||||||
if test x$capabilities = xlibcap; then
|
if test x$capabilities = xlibcap; then
|
||||||
|
|||||||
@@ -125,7 +125,6 @@ if USE_ME
|
|||||||
sa/connect_manager.c sa/connect_manager.h \
|
sa/connect_manager.c sa/connect_manager.h \
|
||||||
sa/mediation_manager.c sa/mediation_manager.h \
|
sa/mediation_manager.c sa/mediation_manager.h \
|
||||||
sa/tasks/ike_me.c sa/tasks/ike_me.h
|
sa/tasks/ike_me.c sa/tasks/ike_me.h
|
||||||
AM_CFLAGS += -DME
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_CAPABILITIES
|
if USE_CAPABILITIES
|
||||||
|
|||||||
Reference in New Issue
Block a user