summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/curl/Makefile.am
blob: 43718f678854cf12c01cdc555e7d66a46a99fc2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

INCLUDES = -I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = -rdynamic

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

libstrongswan_curl_la_SOURCES = \
	curl_plugin.h curl_plugin.c curl_fetcher.c curl_fetcher.h

libstrongswan_curl_la_LDFLAGS = -module -avoid-version
libstrongswan_curl_la_LIBADD  = -lcurl