summaryrefslogtreecommitdiff
path: root/src/charon/plugins/uci/Makefile.am
blob: 0136bf5e93711e73fab754f79c071c22df662efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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

AM_CFLAGS = -rdynamic

plugin_LTLIBRARIES = libstrongswan-uci.la
libstrongswan_uci_la_SOURCES = \
  uci_plugin.h uci_plugin.c uci_parser.h uci_parser.c \
  uci_config.h uci_config.c uci_creds.h uci_creds.c \
  uci_control.h uci_control.c
libstrongswan_uci_la_LDFLAGS = -module
libstrongswan_uci_la_LIBADD = -luci