summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/socket_raw/Makefile.am
blob: 2109ae5f310cc4bf0e5b10d9b65b759aae69c9d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

INCLUDES = -I${linux_headers} -I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libhydra -I$(top_srcdir)/src/libcharon

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-socket-raw.la
else
plugin_LTLIBRARIES = libstrongswan-socket-raw.la
endif

libstrongswan_socket_raw_la_SOURCES = \
	socket_raw_plugin.h socket_raw_plugin.c \
	socket_raw_socket.h socket_raw_socket.c

libstrongswan_socket_raw_la_LDFLAGS = -module -avoid-version