merged the modularization branch (credentials) back to trunk

This commit is contained in:
Martin Willi
2008-03-13 14:14:44 +00:00
parent 2df655134c
commit 552cc11b1f
495 changed files with 30378 additions and 23843 deletions
+4 -2
View File
@@ -123,12 +123,14 @@ if USE_NAT_TRANSPORT
endif
# This compile option activates dynamic URL fetching using libcurl
if USE_LIBCURL
if USE_CURL
pluto_LDADD += -lcurl
AM_CFLAGS += -DLIBCURL
endif
# This compile option activates dynamic LDAP CRL fetching
if USE_LIBLDAP
if USE_LDAP
pluto_LDADD += -lldap -llber
AM_CFLAGS += -DLIBLDAP
endif