blob: a1f843db7d138899c5e6f85a85cb162abbb2c854 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-systime-fix.la
else
plugin_LTLIBRARIES = libstrongswan-systime-fix.la
endif
libstrongswan_systime_fix_la_SOURCES = \
systime_fix_validator.h systime_fix_validator.c \
systime_fix_plugin.h systime_fix_plugin.c
libstrongswan_systime_fix_la_LDFLAGS = -module -avoid-version
|