merged the modularization branch (credentials) back to trunk
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user