]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libstrongswan/plugins/x509/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libstrongswan / plugins / x509 / Makefile.am
CommitLineData
19cb07b8
MW
1AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan
552cc11b 3
19cb07b8
MW
4AM_CFLAGS = \
5 -rdynamic
552cc11b 6
6ec60bb9
TB
7if MONOLITHIC
8noinst_LTLIBRARIES = libstrongswan-x509.la
9else
552cc11b 10plugin_LTLIBRARIES = libstrongswan-x509.la
6ec60bb9 11endif
552cc11b 12
4e657051
TB
13libstrongswan_x509_la_SOURCES = \
14 x509_plugin.h x509_plugin.c \
15 x509_cert.h x509_cert.c \
16 x509_crl.h x509_crl.c \
17 x509_ac.h x509_ac.c \
18 x509_pkcs10.h x509_pkcs10.c \
19 x509_ocsp_request.h x509_ocsp_request.c \
20 x509_ocsp_response.h x509_ocsp_response.c
21
00fcc0f8 22libstrongswan_x509_la_LDFLAGS = -module -avoid-version