aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/error_notify/Makefile.am
blob: 766bb4c51c4566e77684fb63057f22ebe14788bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libcharon \
	-DIPSEC_PIDDIR=\"${piddir}\"

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-error-notify.la
else
plugin_LTLIBRARIES = libstrongswan-error-notify.la
endif

libstrongswan_error_notify_la_SOURCES = \
	error_notify_plugin.h error_notify_plugin.c \
	error_notify_socket.h error_notify_socket.c \
	error_notify_listener.h error_notify_listener.c \
	error_notify_msg.h

libstrongswan_error_notify_la_LDFLAGS = -module -avoid-version

ipsec_PROGRAMS = error-notify
error_notify_SOURCES = error_notify.c