Return to Makefile.am CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libcharon / plugins / dhcp |
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-dhcp.la 10: else 11: plugin_LTLIBRARIES = libstrongswan-dhcp.la 12: endif 13: 14: libstrongswan_dhcp_la_SOURCES = dhcp_plugin.h dhcp_plugin.c \ 15: dhcp_provider.h dhcp_provider.c \ 16: dhcp_socket.h dhcp_socket.c \ 17: dhcp_transaction.h dhcp_transaction.c 18: 19: libstrongswan_dhcp_la_LDFLAGS = -module -avoid-version