]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libstrongswan/plugins/curl/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libstrongswan / plugins / curl / Makefile.am
1 AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan
3
4 AM_CFLAGS = \
5 -rdynamic
6
7 if MONOLITHIC
8 noinst_LTLIBRARIES = libstrongswan-curl.la
9 else
10 plugin_LTLIBRARIES = libstrongswan-curl.la
11 endif
12
13 libstrongswan_curl_la_SOURCES = \
14 curl_plugin.h curl_plugin.c curl_fetcher.c curl_fetcher.h
15
16 libstrongswan_curl_la_LDFLAGS = -module -avoid-version
17 libstrongswan_curl_la_LIBADD = -lcurl