Return to Makefile.am CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / counters |
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-counters.la 10: else 11: plugin_LTLIBRARIES = libstrongswan-counters.la 12: endif 13: 14: libstrongswan_counters_la_SOURCES = \ 15: counters_plugin.h counters_plugin.c \ 16: counters_listener.h counters_listener.c \ 17: counters_query.h 18: 19: libstrongswan_counters_la_LDFLAGS = -module -avoid-version