]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libstrongswan/plugins/agent/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libstrongswan / plugins / agent / Makefile.am
CommitLineData
19cb07b8
MW
1AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan
21c95463 3
19cb07b8
MW
4AM_CFLAGS = \
5 -rdynamic
21c95463 6
6ec60bb9
TB
7if MONOLITHIC
8noinst_LTLIBRARIES = libstrongswan-agent.la
9else
21c95463 10plugin_LTLIBRARIES = libstrongswan-agent.la
6ec60bb9 11endif
21c95463 12
4e657051
TB
13libstrongswan_agent_la_SOURCES = \
14 agent_plugin.h agent_plugin.c \
15 agent_private_key.c agent_private_key.h
21c95463 16
00fcc0f8 17libstrongswan_agent_la_LDFLAGS = -module -avoid-version