]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libstrongswan/plugins/soup/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libstrongswan / plugins / soup / Makefile.am
1 AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan
3
4 AM_CFLAGS = \
5 ${soup_CFLAGS} \
6 -rdynamic
7
8 if MONOLITHIC
9 noinst_LTLIBRARIES = libstrongswan-soup.la
10 else
11 plugin_LTLIBRARIES = libstrongswan-soup.la
12 endif
13
14 libstrongswan_soup_la_SOURCES = \
15 soup_plugin.h soup_plugin.c soup_fetcher.c soup_fetcher.h
16
17 libstrongswan_soup_la_LDFLAGS = -module -avoid-version
18 libstrongswan_soup_la_LIBADD = ${soup_LIBS}