]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libcharon/plugins/sql/Makefile.am
fd5693123be66321a7e42010372da3b1b905cf80
[people/ms/strongswan.git] / src / libcharon / plugins / sql / Makefile.am
1 AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan \
3 -I$(top_srcdir)/src/libhydra \
4 -I$(top_srcdir)/src/libcharon
5
6 AM_CFLAGS = \
7 -rdynamic
8
9 if MONOLITHIC
10 noinst_LTLIBRARIES = libstrongswan-sql.la
11 else
12 plugin_LTLIBRARIES = libstrongswan-sql.la
13 endif
14
15 libstrongswan_sql_la_SOURCES = \
16 sql_plugin.h sql_plugin.c sql_config.h sql_config.c \
17 sql_cred.h sql_cred.c sql_logger.h sql_logger.c
18
19 libstrongswan_sql_la_LDFLAGS = -module -avoid-version