Annotation of embedaddon/strongswan/src/libstrongswan/plugins/mysql/Makefile.am, revision 1.1

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan
        !             3: 
        !             4: AM_CFLAGS = \
        !             5:        $(MYSQLCFLAG) \
        !             6:        $(PLUGIN_CFLAGS)
        !             7: 
        !             8: if MONOLITHIC
        !             9: noinst_LTLIBRARIES = libstrongswan-mysql.la
        !            10: else
        !            11: plugin_LTLIBRARIES = libstrongswan-mysql.la
        !            12: endif
        !            13: 
        !            14: libstrongswan_mysql_la_SOURCES = \
        !            15:        mysql_plugin.h mysql_plugin.c  \
        !            16:        mysql_database.h mysql_database.c
        !            17: 
        !            18: libstrongswan_mysql_la_LDFLAGS = -module -avoid-version
        !            19: libstrongswan_mysql_la_LIBADD  = $(MYSQLLIB)

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