summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/ldap/Makefile.am
blob: ac6b4be0038cb9c76968c9b5ebe0f5506ace4826 (plain)
1
2
3
4
5
6
7
8
9
10
11

INCLUDES = -I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = -rdynamic

plugin_LTLIBRARIES = libstrongswan-ldap.la

libstrongswan_ldap_la_SOURCES = ldap_plugin.h ldap_plugin.c ldap_fetcher.h ldap_fetcher.c
libstrongswan_ldap_la_LDFLAGS = -module
libstrongswan_ldap_la_LIBADD  = -lldap -llber