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

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
	-I$(top_srcdir)/src/libcharon

AM_CFLAGS = -rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-android-log.la
else
plugin_LTLIBRARIES = libstrongswan-android-log.la
endif

libstrongswan_android_log_la_SOURCES = \
	android_log_plugin.c android_log_plugin.h \
	android_log_logger.c android_log_logger.h

libstrongswan_android_log_la_LDFLAGS = -module -avoid-version