summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/p_cscf/Makefile.am
blob: 1e00a56a8035587af95bedb5ebd0ae418eba4715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libhydra \
	-I$(top_srcdir)/src/libcharon

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-p-cscf.la
else
plugin_LTLIBRARIES = libstrongswan-p-cscf.la
endif

libstrongswan_p_cscf_la_SOURCES = \
	p_cscf_plugin.c p_cscf_plugin.h \
	p_cscf_handler.c p_cscf_handler.h

libstrongswan_p_cscf_la_LDFLAGS = -module -avoid-version