p-cscf: Add plugin stub

This commit is contained in:
Tobias Brunner
2016-03-10 11:57:38 +01:00
parent 319b031a8a
commit 12ac5fac1a
6 changed files with 136 additions and 0 deletions
+7
View File
@@ -489,6 +489,13 @@ if MONOLITHIC
endif
endif
if USE_P_CSCF
SUBDIRS += plugins/p_cscf
if MONOLITHIC
libcharon_la_LIBADD += plugins/p_cscf/libstrongswan-p-cscf.la
endif
endif
if USE_ANDROID_DNS
SUBDIRS += plugins/android_dns
if MONOLITHIC