]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libstrongswan/plugins/dnskey/Makefile.am
0f2e554c1ee415cf0663231b002f8c20c441ee10
[people/ms/strongswan.git] / src / libstrongswan / plugins / dnskey / Makefile.am
1
2 INCLUDES = -I$(top_srcdir)/src/libstrongswan
3
4 AM_CFLAGS = -rdynamic
5
6 if MONOLITHIC
7 noinst_LTLIBRARIES = libstrongswan-dnskey.la
8 else
9 plugin_LTLIBRARIES = libstrongswan-dnskey.la
10 endif
11
12 libstrongswan_dnskey_la_SOURCES = \
13 dnskey_plugin.h dnskey_plugin.c \
14 dnskey_builder.h dnskey_builder.c \
15 dnskey_encoder.h dnskey_encoder.c
16
17 libstrongswan_dnskey_la_LDFLAGS = -module -avoid-version