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

This commit is contained in:
Clavister OpenSource 2011-12-02 15:39:09 +01:00
parent 8cb6f4f979
commit f00ffe4dd2
1 changed files with 6 additions and 0 deletions

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