Makefile.am 460 B

1234567891011121314151617181920
  1. AM_CPPFLAGS = \
  2. -I$(top_srcdir)/src/libstrongswan \
  3. -I$(top_srcdir)/src/libcharon
  4. AM_CFLAGS = \
  5. $(PLUGIN_CFLAGS)
  6. if MONOLITHIC
  7. noinst_LTLIBRARIES = libstrongswan-unity.la
  8. else
  9. plugin_LTLIBRARIES = libstrongswan-unity.la
  10. endif
  11. libstrongswan_unity_la_SOURCES = \
  12. unity_plugin.h unity_plugin.c \
  13. unity_handler.h unity_handler.c \
  14. unity_narrow.h unity_narrow.c \
  15. unity_provider.h unity_provider.c
  16. libstrongswan_unity_la_LDFLAGS = -module -avoid-version