summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/dhcp/Makefile.am
blob: 45d7536be7b6218764922c1fc66fdad34584bd06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
	-I$(top_srcdir)/src/libcharon

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-dhcp.la
else
plugin_LTLIBRARIES = libstrongswan-dhcp.la
endif

libstrongswan_dhcp_la_SOURCES = dhcp_plugin.h dhcp_plugin.c \
	dhcp_provider.h dhcp_provider.c \
	dhcp_socket.h dhcp_socket.c \
	dhcp_transaction.h dhcp_transaction.c

libstrongswan_dhcp_la_LDFLAGS = -module -avoid-version