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

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-certexpire.la
else
plugin_LTLIBRARIES = libstrongswan-certexpire.la
endif

libstrongswan_certexpire_la_SOURCES = certexpire_plugin.h certexpire_plugin.c \
	certexpire_listener.h certexpire_listener.c \
	certexpire_export.h certexpire_export.c \
	certexpire_cron.h certexpire_cron.c

libstrongswan_certexpire_la_LDFLAGS = -module -avoid-version