Annotation of embedaddon/strongswan/src/pool/Makefile.am, revision 1.1

1.1     ! misho       1: if USE_ATTR_SQL
        !             2: 
        !             3: ipsec_PROGRAMS = pool
        !             4: 
        !             5: pool_SOURCES = \
        !             6:        pool.c pool_attributes.c pool_attributes.h \
        !             7:        pool_usage.h pool_usage.c
        !             8: 
        !             9: pool.o :       $(top_builddir)/config.status
        !            10: 
        !            11: AM_CPPFLAGS = \
        !            12:        -I$(top_srcdir)/src/libstrongswan \
        !            13:        -I$(top_srcdir)/src/libcharon \
        !            14:        -DPLUGINS=\""${pool_plugins}\""
        !            15: 
        !            16: pool_LDADD = \
        !            17:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
        !            18:        $(top_builddir)/src/libcharon/libcharon.la
        !            19: 
        !            20: endif USE_ATTR_SQL
        !            21: 
        !            22: templatesdir = $(pkgdatadir)/templates/database/sql
        !            23: dist_templates_DATA = mysql.sql sqlite.sql

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