counters: Move IKE event counter collection from stroke to a separate plugin

This commit is contained in:
Tobias Brunner
2017-11-08 16:28:28 +01:00
parent c81b87ac26
commit 6f74b8748a
13 changed files with 864 additions and 387 deletions
+7
View File
@@ -258,6 +258,13 @@ if MONOLITHIC
endif
endif
if USE_COUNTERS
SUBDIRS += plugins/counters
if MONOLITHIC
libcharon_la_LIBADD += plugins/counters/libstrongswan-counters.la
endif
endif
if USE_STROKE
SUBDIRS += plugins/stroke
if MONOLITHIC