Return to Makefile.am CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libstrongswan / plugins / pgp |
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-pgp.la 9: else 10: plugin_LTLIBRARIES = libstrongswan-pgp.la 11: endif 12: 13: libstrongswan_pgp_la_SOURCES = \ 14: pgp_plugin.h pgp_plugin.c \ 15: pgp_utils.h pgp_utils.c \ 16: pgp_cert.h pgp_cert.c \ 17: pgp_encoder.h pgp_encoder.c \ 18: pgp_builder.h pgp_builder.c 19: 20: libstrongswan_pgp_la_LDFLAGS = -module -avoid-version