Return to Makefile.am CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libstrongswan / plugins / winhttp |
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-winhttp.la 9: else 10: plugin_LTLIBRARIES = libstrongswan-winhttp.la 11: endif 12: 13: libstrongswan_winhttp_la_SOURCES = \ 14: winhttp_fetcher.c winhttp_fetcher.h \ 15: winhttp_plugin.c winhttp_plugin.h 16: 17: libstrongswan_winhttp_la_LDFLAGS = -module -avoid-version 18: libstrongswan_winhttp_la_LIBADD = -lwinhttp