Return to Makefile.am CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / xauth_eap |
1.1 misho 1: AM_CPPFLAGS = \ 2: -I$(top_srcdir)/src/libstrongswan \ 3: -I$(top_srcdir)/src/libcharon 4: 5: AM_CFLAGS = \ 6: $(PLUGIN_CFLAGS) 7: 8: if MONOLITHIC 9: noinst_LTLIBRARIES = libstrongswan-xauth-eap.la 10: else 11: plugin_LTLIBRARIES = libstrongswan-xauth-eap.la 12: endif 13: 14: libstrongswan_xauth_eap_la_SOURCES = \ 15: xauth_eap_plugin.h xauth_eap_plugin.c \ 16: xauth_eap.h xauth_eap.c 17: 18: libstrongswan_xauth_eap_la_LDFLAGS = -module -avoid-version