]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libstrongswan/plugins/gmp/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libstrongswan / plugins / gmp / 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-gmp.la
6ec60bb9 9else
552cc11b 10plugin_LTLIBRARIES = libstrongswan-gmp.la
6ec60bb9 11endif
552cc11b 12
4e657051
TB
13libstrongswan_gmp_la_SOURCES = \
14 gmp_plugin.h gmp_plugin.c \
15 gmp_diffie_hellman.c gmp_diffie_hellman.h \
16 gmp_rsa_private_key.c gmp_rsa_private_key.h \
17 gmp_rsa_public_key.c gmp_rsa_public_key.h
c1571b34 18
00fcc0f8 19libstrongswan_gmp_la_LDFLAGS = -module -avoid-version
afb364ff 20libstrongswan_gmp_la_LIBADD = -lgmp