IKEv1 XAuth: Added changes to Makefile.am to compile the xauth_null plugin.

This commit is contained in:
Clavister OpenSource
2012-03-20 17:31:11 +01:00
parent 8cb6f4f979
commit f00ffe4dd2
+6
View File
@@ -500,3 +500,9 @@ if MONOLITHIC
endif
endif
if USE_XAUTH_NULL
SUBDIRS += plugins/xauth_null
if MONOLITHIC
libcharon_la_LIBADD += plugins/xauth_null/libstrongswan-xauth-null.la
endif
endif