]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libstrongswan/plugins/ccm/Makefile.am
bca1f073505613dbce2532306447bfc1f9c0b681
[people/ms/strongswan.git] / src / libstrongswan / plugins / ccm / Makefile.am
1
2 INCLUDES = -I$(top_srcdir)/src/libstrongswan
3
4 AM_CFLAGS = -rdynamic
5
6 if MONOLITHIC
7 noinst_LTLIBRARIES = libstrongswan-ccm.la
8 else
9 plugin_LTLIBRARIES = libstrongswan-ccm.la
10 endif
11
12 libstrongswan_ccm_la_SOURCES = \
13 ccm_plugin.h ccm_plugin.c \
14 ccm_aead.h ccm_aead.c
15
16 libstrongswan_ccm_la_LDFLAGS = -module -avoid-version