make IMC/IMV pairs independent of libcharon
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
|
||||
-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls ${xml_CFLAGS}
|
||||
-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libtls \
|
||||
-I$(top_srcdir)/src/libtncif ${xml_CFLAGS}
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
@@ -10,6 +11,7 @@ if MONOLITHIC
|
||||
noinst_LTLIBRARIES = libstrongswan-tnccs-11.la
|
||||
else
|
||||
plugin_LTLIBRARIES = libstrongswan-tnccs-11.la
|
||||
libstrongswan_tnccs_11_la_LIBADD += $(top_builddir)/src/libtncif/libtncif.la
|
||||
endif
|
||||
|
||||
libstrongswan_tnccs_11_la_SOURCES = \
|
||||
|
||||
@@ -25,7 +25,7 @@ typedef struct imc_imv_msg_t imc_imv_msg_t;
|
||||
|
||||
#include "tnccs_msg.h"
|
||||
|
||||
#include <tnc/tncif.h>
|
||||
#include <tncif.h>
|
||||
|
||||
/**
|
||||
* Classs representing the PB-PA message type.
|
||||
|
||||
@@ -25,7 +25,7 @@ typedef struct tnccs_preferred_language_msg_t tnccs_preferred_language_msg_t;
|
||||
|
||||
#include "tnccs_msg.h"
|
||||
|
||||
#include <tnc/tncif.h>
|
||||
#include <tncif.h>
|
||||
|
||||
/**
|
||||
* Class representing the TNCCS-PreferredLanguage message type
|
||||
|
||||
@@ -25,7 +25,7 @@ typedef struct tnccs_recommendation_msg_t tnccs_recommendation_msg_t;
|
||||
|
||||
#include "tnccs_msg.h"
|
||||
|
||||
#include <tnc/tncifimv.h>
|
||||
#include <tncifimv.h>
|
||||
|
||||
/**
|
||||
* Class representing the TNCCS-Recommendation message type
|
||||
|
||||
@@ -25,8 +25,6 @@
|
||||
#include <daemon.h>
|
||||
#include <debug.h>
|
||||
#include <threading/mutex.h>
|
||||
#include <tnc/tncif.h>
|
||||
#include <tnc/tncifimv.h>
|
||||
#include <tnc/tnccs/tnccs.h>
|
||||
|
||||
typedef struct private_tnccs_11_t private_tnccs_11_t;
|
||||
|
||||
Reference in New Issue
Block a user