Annotation of embedaddon/strongswan/src/libcharon/plugins/android_log/Makefile.am, revision 1.1.1.1

1.1       misho       1: AM_CPPFLAGS = \
                      2:        -I$(top_srcdir)/src/libstrongswan \
                      3:        -I$(top_srcdir)/src/libcharon
                      4: 
                      5: AM_CFLAGS = \
                      6:        $(PLUGIN_CFLAGS)
                      7: 
                      8: if MONOLITHIC
                      9: noinst_LTLIBRARIES = libstrongswan-android-log.la
                     10: else
                     11: plugin_LTLIBRARIES = libstrongswan-android-log.la
                     12: endif
                     13: 
                     14: libstrongswan_android_log_la_SOURCES = \
                     15:        android_log_plugin.c android_log_plugin.h \
                     16:        android_log_logger.c android_log_logger.h
                     17: 
                     18: libstrongswan_android_log_la_LDFLAGS = -module -avoid-version
                     19: libstrongswan_android_log_la_LIBADD  = -llog

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>