Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / odbc-store / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 plugindir = $(libdir)/@PACKAGE@
4 plugin_LTLIBRARIES = odbc-store.la
5
6 AM_CFLAGS = $(ODBC_CFLAGS)
7 AM_CXXFLAGS = $(ODBC_CFLAGS)
8
9 odbc_store_la_LIBADD = \
10         $(ODBC_LIBS)
11
12 odbc_store_la_SOURCES = \
13         odbc-store.cpp
14
15 odbc_store_la_LDFLAGS = -module -avoid-version $(XMLSEC_LIBS)
16
17 install-exec-hook:
18         for la in $(plugin_LTLIBRARIES) ; do rm -f $(DESTDIR)$(plugindir)/$$la ; done
19
20 EXTRA_DIST = odbc-store.vcproj odbc-store.rc resource.h