]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libstrongswan/plugins/ldap/Makefile.am
2b2f7d31dd0a0dbbb480db52947e85c728579a5b
[people/ms/strongswan.git] / src / libstrongswan / plugins / ldap / Makefile.am
1
2 INCLUDES = -I$(top_srcdir)/src/libstrongswan
3
4 AM_CFLAGS = -rdynamic
5
6 if MONOLITHIC
7 noinst_LTLIBRARIES = libstrongswan-ldap.la
8 else
9 plugin_LTLIBRARIES = libstrongswan-ldap.la
10 endif
11
12 libstrongswan_ldap_la_SOURCES = \
13 ldap_plugin.h ldap_plugin.c ldap_fetcher.h ldap_fetcher.c
14
15 libstrongswan_ldap_la_LDFLAGS = -module -avoid-version
16 libstrongswan_ldap_la_LIBADD = -lldap -llber