root / src / charon / plugins / eap_sim / Makefile.am @ 074444972a9060024deecc47f8808480e8ace60d
History | View | Annotate | Download (455 Bytes)
| 1 | |
|---|---|
| 2 | INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon \ |
| 3 | -I$(top_srcdir)/src/libsimaka |
| 4 | |
| 5 | AM_CFLAGS = -rdynamic |
| 6 | |
| 7 | plugin_LTLIBRARIES = libstrongswan-eap-sim.la |
| 8 | |
| 9 | libstrongswan_eap_sim_la_SOURCES = eap_sim_plugin.h eap_sim_plugin.c \ |
| 10 | eap_sim_peer.h eap_sim_peer.c \ |
| 11 | eap_sim_server.h eap_sim_server.c |
| 12 | libstrongswan_eap_sim_la_LIBADD = $(top_builddir)/src/libsimaka/libsimaka.la |
| 13 | libstrongswan_eap_sim_la_LDFLAGS = -module -avoid-version |
| 14 |