summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/ldap/Makefile.am
blob: 2b2f7d31dd0a0dbbb480db52947e85c728579a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-ldap.la
else
plugin_LTLIBRARIES = libstrongswan-ldap.la
endif

libstrongswan_ldap_la_SOURCES = \
	ldap_plugin.h ldap_plugin.c ldap_fetcher.h ldap_fetcher.c

libstrongswan_ldap_la_LDFLAGS = -module -avoid-version
libstrongswan_ldap_la_LIBADD  = -lldap -llber