Annotation of embedaddon/strongswan/src/libstrongswan/plugins/dnskey/Makefile.am, revision 1.1
1.1 ! misho 1: AM_CPPFLAGS = \
! 2: -I$(top_srcdir)/src/libstrongswan
! 3:
! 4: AM_CFLAGS = \
! 5: $(PLUGIN_CFLAGS)
! 6:
! 7: if MONOLITHIC
! 8: noinst_LTLIBRARIES = libstrongswan-dnskey.la
! 9: else
! 10: plugin_LTLIBRARIES = libstrongswan-dnskey.la
! 11: endif
! 12:
! 13: libstrongswan_dnskey_la_SOURCES = \
! 14: dnskey_plugin.h dnskey_plugin.c \
! 15: dnskey_builder.h dnskey_builder.c \
! 16: dnskey_encoder.h dnskey_encoder.c
! 17:
! 18: libstrongswan_dnskey_la_LDFLAGS = -module -avoid-version
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>