make IMC/IMV pairs independent of libcharon
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
|
||||
-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libimcv
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libtncif \
|
||||
-I$(top_srcdir)/src/libimcv
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
plugin_LTLIBRARIES = libstrongswan-imc-test.la
|
||||
|
||||
libstrongswan_imc_test_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la
|
||||
libstrongswan_imc_test_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la \
|
||||
$(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
|
||||
libstrongswan_imc_test_la_SOURCES = imc_test.c \
|
||||
imc_test_state.h imc_test_state.c
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
#include <imc/imc_agent.h>
|
||||
#include <pa_tnc/pa_tnc_msg.h>
|
||||
#include <ita/ita_attr_command.h>
|
||||
#include <tnc/pen/pen.h>
|
||||
|
||||
#include <pen/pen.h>
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* IMC definitions */
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
|
||||
-I$(top_srcdir)/src/libcharon -I$(top_srcdir)/src/libimcv
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libtncif \
|
||||
-I$(top_srcdir)/src/libimcv
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
plugin_LTLIBRARIES = libstrongswan-imv-test.la
|
||||
|
||||
libstrongswan_imv_test_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la
|
||||
libstrongswan_imv_test_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la \
|
||||
$(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
|
||||
libstrongswan_imv_test_la_SOURCES = imv_test.c \
|
||||
imv_test_state.h imv_test_state.c
|
||||
|
||||
@@ -17,7 +17,9 @@
|
||||
#include <imv/imv_agent.h>
|
||||
#include <pa_tnc/pa_tnc_msg.h>
|
||||
#include <ita/ita_attr_command.h>
|
||||
#include <tnc/pen/pen.h>
|
||||
|
||||
#include <pen/pen.h>
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
/* IMV definitions */
|
||||
|
||||
Reference in New Issue
Block a user