Stub plugin for Maemo specific extensions added.

This commit is contained in:
Tobias Brunner
2010-10-14 17:36:17 +02:00
parent 8df3749c6a
commit f79161e866
5 changed files with 125 additions and 0 deletions
+7
View File
@@ -377,6 +377,13 @@ if MONOLITHIC
endif
endif
if USE_MAEMO
SUBDIRS += plugins/maemo
if MONOLITHIC
libcharon_la_LIBADD += plugins/maemo/libstrongswan-maemo.la
endif
endif
if USE_HA
SUBDIRS += plugins/ha
if MONOLITHIC