forecast: Add the broadcast/multicast forwarding plugin called forecast

This commit is contained in:
Martin Willi
2015-02-20 16:34:55 +01:00
parent c72fa57a00
commit e5ad2e6614
9 changed files with 1483 additions and 0 deletions
+7
View File
@@ -216,6 +216,13 @@ if MONOLITHIC
endif
endif
if USE_FORECAST
SUBDIRS += plugins/forecast
if MONOLITHIC
libcharon_la_LIBADD += plugins/forecast/libstrongswan-forecast.la
endif
endif
if USE_FARP
SUBDIRS += plugins/farp
if MONOLITHIC