aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/des/Makefile.am
blob: e63e400e3401eff5b267a7ec48632badec23ce17 (plain)
1
2
3
4
5
6
7
8
9
10
11

INCLUDES = -I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = -rdynamic

plugin_LTLIBRARIES = libstrongswan-des.la

libstrongswan_des_la_SOURCES = des_plugin.h des_plugin.c des_crypter.c des_crypter.h
libstrongswan_des_la_LDFLAGS = -module -avoid-version
libstrongswan_des_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la