Define ME for all charon plugins

This commit is contained in:
Martin Willi 2009-09-23 11:13:27 +02:00
parent e20b792108
commit a7f79ee9c1
2 changed files with 3 additions and 4 deletions

View File

@ -216,12 +216,12 @@ if test x$manager = xtrue; then
fi
if test x$medsrv = xtrue; then
me=true
mediation=true
fast=true
fi
if test x$medcli = xtrue; then
me=true
mediation=true
fi
dnl ===========================================
@ -727,7 +727,7 @@ dnl ==============================
dnl set global definitions
dnl ==============================
if test x$me = xtrue; then
if test x$mediation = xtrue; then
AC_DEFINE(ME)
fi
if test x$capabilities = xlibcap; then

View File

@ -125,7 +125,6 @@ if USE_ME
sa/connect_manager.c sa/connect_manager.h \
sa/mediation_manager.c sa/mediation_manager.h \
sa/tasks/ike_me.c sa/tasks/ike_me.h
AM_CFLAGS += -DME
endif
if USE_CAPABILITIES