diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-02 12:03:44 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-02 12:03:44 +0100 |
commit | afb364fff9feaf9b58610102550ba8f668e6ebc5 (patch) | |
tree | 840b6cec94610f224fa8edbc127addf3c7a3b0a2 /src | |
parent | 4e657051f7c5828459a3baccfadee18655ee9656 (diff) | |
download | strongswan-afb364fff9feaf9b58610102550ba8f668e6ebc5.tar.bz2 strongswan-afb364fff9feaf9b58610102550ba8f668e6ebc5.tar.xz |
Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary when cross-compiling the plugins for Android 2.0.
With the coming monolithic build using Android.mk files this won't be
necessary anymore.
Diffstat (limited to 'src')
59 files changed, 14 insertions, 83 deletions
diff --git a/src/charon/plugins/android/Makefile.am b/src/charon/plugins/android/Makefile.am index 1e428b07a..a7024eaa9 100644 --- a/src/charon/plugins/android/Makefile.am +++ b/src/charon/plugins/android/Makefile.am @@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-android.la -libstrongswan_android_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-android.la -libstrongswan_android_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_android_la_SOURCES = \ @@ -16,4 +14,4 @@ libstrongswan_android_la_SOURCES = \ android_handler.c android_handler.h libstrongswan_android_la_LDFLAGS = -module -avoid-version -libstrongswan_android_la_LIBADD += -lcutils +libstrongswan_android_la_LIBADD = -lcutils diff --git a/src/charon/plugins/attr/Makefile.am b/src/charon/plugins/attr/Makefile.am index 98d9694ca..6ba220abb 100644 --- a/src/charon/plugins/attr/Makefile.am +++ b/src/charon/plugins/attr/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-attr.la else plugin_LTLIBRARIES = libstrongswan-attr.la -libstrongswan_attr_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_attr_la_SOURCES = \ diff --git a/src/charon/plugins/eap_aka/Makefile.am b/src/charon/plugins/eap_aka/Makefile.am index ddeacc5f0..c7ce8d96b 100644 --- a/src/charon/plugins/eap_aka/Makefile.am +++ b/src/charon/plugins/eap_aka/Makefile.am @@ -8,7 +8,7 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-aka.la else plugin_LTLIBRARIES = libstrongswan-eap-aka.la -libstrongswan_eap_aka_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libsimaka/libsimaka.la +libstrongswan_eap_aka_la_LIBADD = $(top_builddir)/src/libsimaka/libsimaka.la endif libstrongswan_eap_aka_la_SOURCES = \ diff --git a/src/charon/plugins/eap_aka_3gpp2/Makefile.am b/src/charon/plugins/eap_aka_3gpp2/Makefile.am index 5a3766957..6bab07c17 100644 --- a/src/charon/plugins/eap_aka_3gpp2/Makefile.am +++ b/src/charon/plugins/eap_aka_3gpp2/Makefile.am @@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-aka-3gpp2.la -libstrongswan_eap_aka_3gpp2_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-eap-aka-3gpp2.la -libstrongswan_eap_aka_3gpp2_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_eap_aka_3gpp2_la_SOURCES = \ @@ -18,4 +16,4 @@ libstrongswan_eap_aka_3gpp2_la_SOURCES = \ eap_aka_3gpp2_functions.h eap_aka_3gpp2_functions.c libstrongswan_eap_aka_3gpp2_la_LDFLAGS = -module -avoid-version -libstrongswan_eap_aka_3gpp2_la_LIBADD += -lgmp +libstrongswan_eap_aka_3gpp2_la_LIBADD = -lgmp diff --git a/src/charon/plugins/eap_gtc/Makefile.am b/src/charon/plugins/eap_gtc/Makefile.am index 8f0fea76d..e87f5e899 100644 --- a/src/charon/plugins/eap_gtc/Makefile.am +++ b/src/charon/plugins/eap_gtc/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-gtc.la else plugin_LTLIBRARIES = libstrongswan-eap-gtc.la -libstrongswan_eap_gtc_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_eap_gtc_la_SOURCES = \ diff --git a/src/charon/plugins/eap_identity/Makefile.am b/src/charon/plugins/eap_identity/Makefile.am index 428ad396b..f743f3566 100644 --- a/src/charon/plugins/eap_identity/Makefile.am +++ b/src/charon/plugins/eap_identity/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-identity.la else plugin_LTLIBRARIES = libstrongswan-eap-identity.la -libstrongswan_eap_identity_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_eap_identity_la_SOURCES = \ diff --git a/src/charon/plugins/eap_md5/Makefile.am b/src/charon/plugins/eap_md5/Makefile.am index 838b1f474..76b039b28 100644 --- a/src/charon/plugins/eap_md5/Makefile.am +++ b/src/charon/plugins/eap_md5/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-md5.la else plugin_LTLIBRARIES = libstrongswan-eap-md5.la -libstrongswan_eap_md5_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_eap_md5_la_SOURCES = \ diff --git a/src/charon/plugins/eap_mschapv2/Makefile.am b/src/charon/plugins/eap_mschapv2/Makefile.am index 08c862cd8..3a2b6e211 100644 --- a/src/charon/plugins/eap_mschapv2/Makefile.am +++ b/src/charon/plugins/eap_mschapv2/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-mschapv2.la else plugin_LTLIBRARIES = libstrongswan-eap-mschapv2.la -libstrongswan_eap_mschapv2_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_eap_mschapv2_la_SOURCES = \ diff --git a/src/charon/plugins/eap_radius/Makefile.am b/src/charon/plugins/eap_radius/Makefile.am index f9e37a7db..9f1405469 100644 --- a/src/charon/plugins/eap_radius/Makefile.am +++ b/src/charon/plugins/eap_radius/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-radius.la else plugin_LTLIBRARIES = libstrongswan-eap-radius.la -libstrongswan_eap_radius_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_eap_radius_la_SOURCES = \ diff --git a/src/charon/plugins/eap_sim/Makefile.am b/src/charon/plugins/eap_sim/Makefile.am index 82e8ba7aa..ddadebcfe 100644 --- a/src/charon/plugins/eap_sim/Makefile.am +++ b/src/charon/plugins/eap_sim/Makefile.am @@ -8,7 +8,7 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-sim.la else plugin_LTLIBRARIES = libstrongswan-eap-sim.la -libstrongswan_eap_sim_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libsimaka/libsimaka.la +libstrongswan_eap_sim_la_LIBADD = $(top_builddir)/src/libsimaka/libsimaka.la endif libstrongswan_eap_sim_la_SOURCES = \ diff --git a/src/charon/plugins/eap_sim_file/Makefile.am b/src/charon/plugins/eap_sim_file/Makefile.am index 80c3f2374..544883003 100644 --- a/src/charon/plugins/eap_sim_file/Makefile.am +++ b/src/charon/plugins/eap_sim_file/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-sim-file.la else plugin_LTLIBRARIES = libstrongswan-eap-sim-file.la -libstrongswan_eap_sim_file_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_eap_sim_file_la_SOURCES = \ diff --git a/src/charon/plugins/eap_simaka_pseudonym/Makefile.am b/src/charon/plugins/eap_simaka_pseudonym/Makefile.am index ce131471b..1e8882826 100644 --- a/src/charon/plugins/eap_simaka_pseudonym/Makefile.am +++ b/src/charon/plugins/eap_simaka_pseudonym/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-simaka-pseudonym.la else plugin_LTLIBRARIES = libstrongswan-eap-simaka-pseudonym.la -libstrongswan_eap_simaka_pseudonym_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_eap_simaka_pseudonym_la_SOURCES = \ diff --git a/src/charon/plugins/eap_simaka_reauth/Makefile.am b/src/charon/plugins/eap_simaka_reauth/Makefile.am index 958792555..919678432 100644 --- a/src/charon/plugins/eap_simaka_reauth/Makefile.am +++ b/src/charon/plugins/eap_simaka_reauth/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-eap-simaka-reauth.la else plugin_LTLIBRARIES = libstrongswan-eap-simaka-reauth.la -libstrongswan_eap_simaka_reauth_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_eap_simaka_reauth_la_SOURCES = \ diff --git a/src/charon/plugins/kernel_klips/Makefile.am b/src/charon/plugins/kernel_klips/Makefile.am index e8d31c51d..74c3caa09 100644 --- a/src/charon/plugins/kernel_klips/Makefile.am +++ b/src/charon/plugins/kernel_klips/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-kernel-klips.la else plugin_LTLIBRARIES = libstrongswan-kernel-klips.la -libstrongswan_kernel_klips_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_kernel_klips_la_SOURCES = \ diff --git a/src/charon/plugins/kernel_netlink/Makefile.am b/src/charon/plugins/kernel_netlink/Makefile.am index c768cd563..eda872882 100644 --- a/src/charon/plugins/kernel_netlink/Makefile.am +++ b/src/charon/plugins/kernel_netlink/Makefile.am @@ -9,7 +9,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-kernel-netlink.la else plugin_LTLIBRARIES = libstrongswan-kernel-netlink.la -libstrongswan_kernel_netlink_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_kernel_netlink_la_SOURCES = \ diff --git a/src/charon/plugins/kernel_pfkey/Makefile.am b/src/charon/plugins/kernel_pfkey/Makefile.am index f621404ef..2c7641e5f 100644 --- a/src/charon/plugins/kernel_pfkey/Makefile.am +++ b/src/charon/plugins/kernel_pfkey/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-kernel-pfkey.la else plugin_LTLIBRARIES = libstrongswan-kernel-pfkey.la -libstrongswan_kernel_pfkey_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_kernel_pfkey_la_SOURCES = \ diff --git a/src/charon/plugins/kernel_pfroute/Makefile.am b/src/charon/plugins/kernel_pfroute/Makefile.am index b5249a92b..05499f070 100644 --- a/src/charon/plugins/kernel_pfroute/Makefile.am +++ b/src/charon/plugins/kernel_pfroute/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-kernel-pfroute.la else plugin_LTLIBRARIES = libstrongswan-kernel-pfroute.la -libstrongswan_kernel_pfroute_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_kernel_pfroute_la_SOURCES = \ diff --git a/src/charon/plugins/load_tester/Makefile.am b/src/charon/plugins/load_tester/Makefile.am index cc2c6fc55..090b0baf6 100644 --- a/src/charon/plugins/load_tester/Makefile.am +++ b/src/charon/plugins/load_tester/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-load-tester.la else plugin_LTLIBRARIES = libstrongswan-load-tester.la -libstrongswan_load_tester_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_load_tester_la_SOURCES = \ diff --git a/src/charon/plugins/medcli/Makefile.am b/src/charon/plugins/medcli/Makefile.am index acfa3190d..e1e3dc53a 100644 --- a/src/charon/plugins/medcli/Makefile.am +++ b/src/charon/plugins/medcli/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-medcli.la else plugin_LTLIBRARIES = libstrongswan-medcli.la -libstrongswan_medcli_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_medcli_la_SOURCES = \ diff --git a/src/charon/plugins/medsrv/Makefile.am b/src/charon/plugins/medsrv/Makefile.am index 9f547631e..9775c098c 100644 --- a/src/charon/plugins/medsrv/Makefile.am +++ b/src/charon/plugins/medsrv/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-medsrv.la else plugin_LTLIBRARIES = libstrongswan-medsrv.la -libstrongswan_medsrv_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_medsrv_la_SOURCES = \ diff --git a/src/charon/plugins/nm/Makefile.am b/src/charon/plugins/nm/Makefile.am index cabbe89cc..a6d29dea6 100644 --- a/src/charon/plugins/nm/Makefile.am +++ b/src/charon/plugins/nm/Makefile.am @@ -6,10 +6,8 @@ AM_CFLAGS = -rdynamic \ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-nm.la -libstrongswan_nm_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-nm.la -libstrongswan_nm_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_nm_la_SOURCES = \ @@ -19,4 +17,4 @@ libstrongswan_nm_la_SOURCES = \ nm_handler.h nm_handler.c libstrongswan_nm_la_LDFLAGS = -module -avoid-version -libstrongswan_nm_la_LIBADD += ${nm_LIBS} +libstrongswan_nm_la_LIBADD = ${nm_LIBS} diff --git a/src/charon/plugins/resolve/Makefile.am b/src/charon/plugins/resolve/Makefile.am index f7f861fba..04e61c342 100644 --- a/src/charon/plugins/resolve/Makefile.am +++ b/src/charon/plugins/resolve/Makefile.am @@ -8,7 +8,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-resolve.la else plugin_LTLIBRARIES = libstrongswan-resolve.la -libstrongswan_resolve_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_resolve_la_SOURCES = \ diff --git a/src/charon/plugins/smp/Makefile.am b/src/charon/plugins/smp/Makefile.am index aa56ab433..4e7141900 100644 --- a/src/charon/plugins/smp/Makefile.am +++ b/src/charon/plugins/smp/Makefile.am @@ -5,14 +5,12 @@ AM_CFLAGS = -rdynamic -DIPSEC_PIDDIR=\"${piddir}\" if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-smp.la -libstrongswan_smp_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-smp.la -libstrongswan_smp_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_smp_la_SOURCES = \ smp.h smp.c libstrongswan_smp_la_LDFLAGS = -module -avoid-version -libstrongswan_smp_la_LIBADD += ${xml_LIBS} +libstrongswan_smp_la_LIBADD = ${xml_LIBS} diff --git a/src/charon/plugins/socket_default/Makefile.am b/src/charon/plugins/socket_default/Makefile.am index 4eb5734da..6b1ee2fee 100644 --- a/src/charon/plugins/socket_default/Makefile.am +++ b/src/charon/plugins/socket_default/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-socket-default.la else plugin_LTLIBRARIES = libstrongswan-socket-default.la -libstrongswan_socket_default_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_socket_default_la_SOURCES = \ diff --git a/src/charon/plugins/socket_dynamic/Makefile.am b/src/charon/plugins/socket_dynamic/Makefile.am index b9ef24da6..546db5c16 100644 --- a/src/charon/plugins/socket_dynamic/Makefile.am +++ b/src/charon/plugins/socket_dynamic/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-socket-dynamic.la else plugin_LTLIBRARIES = libstrongswan-socket-dynamic.la -libstrongswan_socket_dynamic_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_socket_dynamic_la_SOURCES = \ diff --git a/src/charon/plugins/socket_raw/Makefile.am b/src/charon/plugins/socket_raw/Makefile.am index f3682c832..896cd0c11 100644 --- a/src/charon/plugins/socket_raw/Makefile.am +++ b/src/charon/plugins/socket_raw/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-socket-raw.la else plugin_LTLIBRARIES = libstrongswan-socket-raw.la -libstrongswan_socket_raw_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_socket_raw_la_SOURCES = \ diff --git a/src/charon/plugins/sql/Makefile.am b/src/charon/plugins/sql/Makefile.am index c83b7b033..ece07f538 100644 --- a/src/charon/plugins/sql/Makefile.am +++ b/src/charon/plugins/sql/Makefile.am @@ -8,7 +8,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-sql.la else plugin_LTLIBRARIES = libstrongswan-sql.la -libstrongswan_sql_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_sql_la_SOURCES = \ diff --git a/src/charon/plugins/stroke/Makefile.am b/src/charon/plugins/stroke/Makefile.am index 81c9e7fce..36e0d8280 100644 --- a/src/charon/plugins/stroke/Makefile.am +++ b/src/charon/plugins/stroke/Makefile.am @@ -10,7 +10,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-stroke.la else plugin_LTLIBRARIES = libstrongswan-stroke.la -libstrongswan_stroke_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_stroke_la_SOURCES = \ diff --git a/src/charon/plugins/uci/Makefile.am b/src/charon/plugins/uci/Makefile.am index 7ca54c18e..ccaecc6bc 100644 --- a/src/charon/plugins/uci/Makefile.am +++ b/src/charon/plugins/uci/Makefile.am @@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-uci.la -libstrongswan_uci_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-uci.la -libstrongswan_uci_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_uci_la_SOURCES = \ @@ -17,4 +15,4 @@ libstrongswan_uci_la_SOURCES = \ uci_control.h uci_control.c libstrongswan_uci_la_LDFLAGS = -module -avoid-version -libstrongswan_uci_la_LIBADD += -luci +libstrongswan_uci_la_LIBADD = -luci diff --git a/src/charon/plugins/unit_tester/Makefile.am b/src/charon/plugins/unit_tester/Makefile.am index 758740cd7..c0307e06f 100644 --- a/src/charon/plugins/unit_tester/Makefile.am +++ b/src/charon/plugins/unit_tester/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-unit-tester.la else plugin_LTLIBRARIES = libstrongswan-unit-tester.la -libstrongswan_unit_tester_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_unit_tester_la_SOURCES = \ diff --git a/src/charon/plugins/updown/Makefile.am b/src/charon/plugins/updown/Makefile.am index a54e537a2..1de2946bf 100644 --- a/src/charon/plugins/updown/Makefile.am +++ b/src/charon/plugins/updown/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-updown.la else plugin_LTLIBRARIES = libstrongswan-updown.la -libstrongswan_updown_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_updown_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/aes/Makefile.am b/src/libstrongswan/plugins/aes/Makefile.am index 5f7629bb1..e72daeb44 100644 --- a/src/libstrongswan/plugins/aes/Makefile.am +++ b/src/libstrongswan/plugins/aes/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-aes.la else plugin_LTLIBRARIES = libstrongswan-aes.la -libstrongswan_aes_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_aes_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/agent/Makefile.am b/src/libstrongswan/plugins/agent/Makefile.am index 6273dce70..ffa6e8b7f 100644 --- a/src/libstrongswan/plugins/agent/Makefile.am +++ b/src/libstrongswan/plugins/agent/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-agent.la else plugin_LTLIBRARIES = libstrongswan-agent.la -libstrongswan_agent_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_agent_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/attr_sql/Makefile.am b/src/libstrongswan/plugins/attr_sql/Makefile.am index eb3eae447..9d73f2e9b 100644 --- a/src/libstrongswan/plugins/attr_sql/Makefile.am +++ b/src/libstrongswan/plugins/attr_sql/Makefile.am @@ -9,7 +9,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-attr-sql.la else plugin_LTLIBRARIES = libstrongswan-attr-sql.la -libstrongswan_attr_sql_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_attr_sql_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/blowfish/Makefile.am b/src/libstrongswan/plugins/blowfish/Makefile.am index 3d560a750..95c414204 100644 --- a/src/libstrongswan/plugins/blowfish/Makefile.am +++ b/src/libstrongswan/plugins/blowfish/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-blowfish.la else plugin_LTLIBRARIES = libstrongswan-blowfish.la -libstrongswan_blowfish_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_blowfish_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/curl/Makefile.am b/src/libstrongswan/plugins/curl/Makefile.am index c9460451b..43718f678 100644 --- a/src/libstrongswan/plugins/curl/Makefile.am +++ b/src/libstrongswan/plugins/curl/Makefile.am @@ -5,14 +5,12 @@ AM_CFLAGS = -rdynamic if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-curl.la -libstrongswan_curl_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-curl.la -libstrongswan_curl_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_curl_la_SOURCES = \ curl_plugin.h curl_plugin.c curl_fetcher.c curl_fetcher.h libstrongswan_curl_la_LDFLAGS = -module -avoid-version -libstrongswan_curl_la_LIBADD += -lcurl +libstrongswan_curl_la_LIBADD = -lcurl diff --git a/src/libstrongswan/plugins/des/Makefile.am b/src/libstrongswan/plugins/des/Makefile.am index 91be7597a..c7d9ce915 100644 --- a/src/libstrongswan/plugins/des/Makefile.am +++ b/src/libstrongswan/plugins/des/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-des.la else plugin_LTLIBRARIES = libstrongswan-des.la -libstrongswan_des_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_des_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/dnskey/Makefile.am b/src/libstrongswan/plugins/dnskey/Makefile.am index 68803f679..fbba95e0a 100644 --- a/src/libstrongswan/plugins/dnskey/Makefile.am +++ b/src/libstrongswan/plugins/dnskey/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-dnskey.la else plugin_LTLIBRARIES = libstrongswan-dnskey.la -libstrongswan_dnskey_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_dnskey_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/fips_prf/Makefile.am b/src/libstrongswan/plugins/fips_prf/Makefile.am index 42872cc2b..c9cf2c977 100644 --- a/src/libstrongswan/plugins/fips_prf/Makefile.am +++ b/src/libstrongswan/plugins/fips_prf/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-fips-prf.la else plugin_LTLIBRARIES = libstrongswan-fips-prf.la -libstrongswan_fips_prf_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_fips_prf_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/gcrypt/Makefile.am b/src/libstrongswan/plugins/gcrypt/Makefile.am index beabc4f14..48bf916ab 100644 --- a/src/libstrongswan/plugins/gcrypt/Makefile.am +++ b/src/libstrongswan/plugins/gcrypt/Makefile.am @@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-gcrypt.la -libstrongswan_gcrypt_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-gcrypt.la -libstrongswan_gcrypt_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_gcrypt_la_SOURCES = \ @@ -21,4 +19,4 @@ libstrongswan_gcrypt_la_SOURCES = \ gcrypt_hasher.h gcrypt_hasher.c libstrongswan_gcrypt_la_LDFLAGS = -module -avoid-version -libstrongswan_gcrypt_la_LIBADD += -lgcrypt +libstrongswan_gcrypt_la_LIBADD = -lgcrypt diff --git a/src/libstrongswan/plugins/gmp/Makefile.am b/src/libstrongswan/plugins/gmp/Makefile.am index 05ad0e766..cc8ad34db 100644 --- a/src/libstrongswan/plugins/gmp/Makefile.am +++ b/src/libstrongswan/plugins/gmp/Makefile.am @@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-gmp.la -libstrongswan_gmp_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-gmp.la -libstrongswan_gmp_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_gmp_la_SOURCES = \ @@ -18,4 +16,4 @@ libstrongswan_gmp_la_SOURCES = \ gmp_rsa_public_key.c gmp_rsa_public_key.h libstrongswan_gmp_la_LDFLAGS = -module -avoid-version -libstrongswan_gmp_la_LIBADD += -lgmp +libstrongswan_gmp_la_LIBADD = -lgmp diff --git a/src/libstrongswan/plugins/hmac/Makefile.am b/src/libstrongswan/plugins/hmac/Makefile.am index ee40ddb8d..77aa0ffd1 100644 --- a/src/libstrongswan/plugins/hmac/Makefile.am +++ b/src/libstrongswan/plugins/hmac/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-hmac.la else plugin_LTLIBRARIES = libstrongswan-hmac.la -libstrongswan_hmac_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_hmac_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/ldap/Makefile.am b/src/libstrongswan/plugins/ldap/Makefile.am index 42525bca2..2b2f7d31d 100644 --- a/src/libstrongswan/plugins/ldap/Makefile.am +++ b/src/libstrongswan/plugins/ldap/Makefile.am @@ -5,14 +5,12 @@ AM_CFLAGS = -rdynamic if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-ldap.la -libstrongswan_ldap_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-ldap.la -libstrongswan_ldap_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_ldap_la_SOURCES = \ ldap_plugin.h ldap_plugin.c ldap_fetcher.h ldap_fetcher.c libstrongswan_ldap_la_LDFLAGS = -module -avoid-version -libstrongswan_ldap_la_LIBADD += -lldap -llber +libstrongswan_ldap_la_LIBADD = -lldap -llber diff --git a/src/libstrongswan/plugins/md4/Makefile.am b/src/libstrongswan/plugins/md4/Makefile.am index d505419d4..904af70c0 100644 --- a/src/libstrongswan/plugins/md4/Makefile.am +++ b/src/libstrongswan/plugins/md4/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-md4.la else plugin_LTLIBRARIES = libstrongswan-md4.la -libstrongswan_md4_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_md4_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/md5/Makefile.am b/src/libstrongswan/plugins/md5/Makefile.am index 8c8a1a245..b2eb2abd2 100644 --- a/src/libstrongswan/plugins/md5/Makefile.am +++ b/src/libstrongswan/plugins/md5/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-md5.la else plugin_LTLIBRARIES = libstrongswan-md5.la -libstrongswan_md5_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_md5_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/mysql/Makefile.am b/src/libstrongswan/plugins/mysql/Makefile.am index dc5cee1d2..801a7a7be 100644 --- a/src/libstrongswan/plugins/mysql/Makefile.am +++ b/src/libstrongswan/plugins/mysql/Makefile.am @@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic $(MYSQLCFLAG) if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-mysql.la -libstrongswan_mysql_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-mysql.la -libstrongswan_mysql_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_mysql_la_SOURCES = \ @@ -16,5 +14,5 @@ libstrongswan_mysql_la_SOURCES = \ mysql_database.h mysql_database.c libstrongswan_mysql_la_LDFLAGS = -module -avoid-version -libstrongswan_mysql_la_LIBADD += $(MYSQLLIB) +libstrongswan_mysql_la_LIBADD = $(MYSQLLIB) diff --git a/src/libstrongswan/plugins/openssl/Makefile.am b/src/libstrongswan/plugins/openssl/Makefile.am index a5404b207..eee1ca5c0 100644 --- a/src/libstrongswan/plugins/openssl/Makefile.am +++ b/src/libstrongswan/plugins/openssl/Makefile.am @@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-openssl.la -libstrongswan_openssl_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-openssl.la -libstrongswan_openssl_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_openssl_la_SOURCES = \ @@ -24,5 +22,5 @@ libstrongswan_openssl_la_SOURCES = \ openssl_ec_public_key.c openssl_ec_public_key.h libstrongswan_openssl_la_LDFLAGS = -module -avoid-version -libstrongswan_openssl_la_LIBADD += -lcrypto +libstrongswan_openssl_la_LIBADD = -lcrypto diff --git a/src/libstrongswan/plugins/padlock/Makefile.am b/src/libstrongswan/plugins/padlock/Makefile.am index 8ebb57bb9..6706d26cb 100644 --- a/src/libstrongswan/plugins/padlock/Makefile.am +++ b/src/libstrongswan/plugins/padlock/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-padlock.la else plugin_LTLIBRARIES = libstrongswan-padlock.la -libstrongswan_padlock_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_padlock_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/pem/Makefile.am b/src/libstrongswan/plugins/pem/Makefile.am index 7acd30b38..f43423a85 100644 --- a/src/libstrongswan/plugins/pem/Makefile.am +++ b/src/libstrongswan/plugins/pem/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-pem.la else plugin_LTLIBRARIES = libstrongswan-pem.la -libstrongswan_pem_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_pem_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/pgp/Makefile.am b/src/libstrongswan/plugins/pgp/Makefile.am index 6bf4249bb..4b414616d 100644 --- a/src/libstrongswan/plugins/pgp/Makefile.am +++ b/src/libstrongswan/plugins/pgp/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-pgp.la else plugin_LTLIBRARIES = libstrongswan-pgp.la -libstrongswan_pgp_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_pgp_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/pkcs1/Makefile.am b/src/libstrongswan/plugins/pkcs1/Makefile.am index abb271dfe..bd3203dae 100644 --- a/src/libstrongswan/plugins/pkcs1/Makefile.am +++ b/src/libstrongswan/plugins/pkcs1/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-pkcs1.la else plugin_LTLIBRARIES = libstrongswan-pkcs1.la -libstrongswan_pkcs1_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_pkcs1_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/pubkey/Makefile.am b/src/libstrongswan/plugins/pubkey/Makefile.am index 84baaf010..c2974a585 100644 --- a/src/libstrongswan/plugins/pubkey/Makefile.am +++ b/src/libstrongswan/plugins/pubkey/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-pubkey.la else plugin_LTLIBRARIES = libstrongswan-pubkey.la -libstrongswan_pubkey_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_pubkey_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/random/Makefile.am b/src/libstrongswan/plugins/random/Makefile.am index 1e9df763b..5df992718 100644 --- a/src/libstrongswan/plugins/random/Makefile.am +++ b/src/libstrongswan/plugins/random/Makefile.am @@ -9,7 +9,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-random.la else plugin_LTLIBRARIES = libstrongswan-random.la -libstrongswan_random_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_random_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/sha1/Makefile.am b/src/libstrongswan/plugins/sha1/Makefile.am index a63981633..4e539fd83 100644 --- a/src/libstrongswan/plugins/sha1/Makefile.am +++ b/src/libstrongswan/plugins/sha1/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-sha1.la else plugin_LTLIBRARIES = libstrongswan-sha1.la -libstrongswan_sha1_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_sha1_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/sha2/Makefile.am b/src/libstrongswan/plugins/sha2/Makefile.am index 9fc4b77cf..a255d0609 100644 --- a/src/libstrongswan/plugins/sha2/Makefile.am +++ b/src/libstrongswan/plugins/sha2/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-sha2.la else plugin_LTLIBRARIES = libstrongswan-sha2.la -libstrongswan_sha2_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_sha2_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/sqlite/Makefile.am b/src/libstrongswan/plugins/sqlite/Makefile.am index 7ac15963a..2e1d9733f 100644 --- a/src/libstrongswan/plugins/sqlite/Makefile.am +++ b/src/libstrongswan/plugins/sqlite/Makefile.am @@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-sqlite.la -libstrongswan_sqlite_la_LIBADD = else plugin_LTLIBRARIES = libstrongswan-sqlite.la -libstrongswan_sqlite_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_sqlite_la_SOURCES = \ @@ -16,5 +14,5 @@ libstrongswan_sqlite_la_SOURCES = \ sqlite_database.h sqlite_database.c libstrongswan_sqlite_la_LDFLAGS = -module -avoid-version -libstrongswan_sqlite_la_LIBADD += -lsqlite3 +libstrongswan_sqlite_la_LIBADD = -lsqlite3 diff --git a/src/libstrongswan/plugins/test_vectors/Makefile.am b/src/libstrongswan/plugins/test_vectors/Makefile.am index d1bdb72ae..6d3b05d19 100644 --- a/src/libstrongswan/plugins/test_vectors/Makefile.am +++ b/src/libstrongswan/plugins/test_vectors/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-test-vectors.la else plugin_LTLIBRARIES = libstrongswan-test-vectors.la -libstrongswan_test_vectors_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_test_vectors_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/x509/Makefile.am b/src/libstrongswan/plugins/x509/Makefile.am index 7e3ad1dd6..4b50d78dc 100644 --- a/src/libstrongswan/plugins/x509/Makefile.am +++ b/src/libstrongswan/plugins/x509/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-x509.la else plugin_LTLIBRARIES = libstrongswan-x509.la -libstrongswan_x509_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_x509_la_SOURCES = \ diff --git a/src/libstrongswan/plugins/xcbc/Makefile.am b/src/libstrongswan/plugins/xcbc/Makefile.am index 6cf001a1b..7de306832 100644 --- a/src/libstrongswan/plugins/xcbc/Makefile.am +++ b/src/libstrongswan/plugins/xcbc/Makefile.am @@ -7,7 +7,6 @@ if MONOLITHIC noinst_LTLIBRARIES = libstrongswan-xcbc.la else plugin_LTLIBRARIES = libstrongswan-xcbc.la -libstrongswan_xcbc_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la endif libstrongswan_xcbc_la_SOURCES = \ |