summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/files/Makefile.am
blob: 67767495cdbf935ed8b32e1232d50d487bfe7f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

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

libstrongswan_files_la_SOURCES = \
	files_plugin.h files_plugin.c files_fetcher.c files_fetcher.h

libstrongswan_files_la_LDFLAGS = -module -avoid-version