first simple prototype of a UCI configuration plugin for OpenWRT
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
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
|
||||
libstrongswan_uci_la_LDFLAGS = -module
|
||||
libstrongswan_uci_la_LIBADD = -luci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user