]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Streamlined the source file list formatting in plugin makefiles.
authorTobias Brunner <tobias@strongswan.org>
Tue, 2 Mar 2010 09:32:09 +0000 (10:32 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 2 Mar 2010 09:40:50 +0000 (10:40 +0100)
56 files changed:
src/charon/plugins/android/Makefile.am
src/charon/plugins/attr/Makefile.am
src/charon/plugins/eap_aka/Makefile.am
src/charon/plugins/eap_aka_3gpp2/Makefile.am
src/charon/plugins/eap_gtc/Makefile.am
src/charon/plugins/eap_identity/Makefile.am
src/charon/plugins/eap_md5/Makefile.am
src/charon/plugins/eap_mschapv2/Makefile.am
src/charon/plugins/eap_radius/Makefile.am
src/charon/plugins/eap_sim/Makefile.am
src/charon/plugins/eap_sim_file/Makefile.am
src/charon/plugins/eap_simaka_pseudonym/Makefile.am
src/charon/plugins/eap_simaka_reauth/Makefile.am
src/charon/plugins/kernel_klips/Makefile.am
src/charon/plugins/kernel_netlink/Makefile.am
src/charon/plugins/kernel_pfkey/Makefile.am
src/charon/plugins/kernel_pfroute/Makefile.am
src/charon/plugins/load_tester/Makefile.am
src/charon/plugins/medcli/Makefile.am
src/charon/plugins/medsrv/Makefile.am
src/charon/plugins/nm/Makefile.am
src/charon/plugins/resolve/Makefile.am
src/charon/plugins/smp/Makefile.am
src/charon/plugins/sql/Makefile.am
src/charon/plugins/stroke/Makefile.am
src/charon/plugins/uci/Makefile.am
src/charon/plugins/unit_tester/Makefile.am
src/charon/plugins/updown/Makefile.am
src/libstrongswan/plugins/aes/Makefile.am
src/libstrongswan/plugins/agent/Makefile.am
src/libstrongswan/plugins/attr_sql/Makefile.am
src/libstrongswan/plugins/blowfish/Makefile.am
src/libstrongswan/plugins/curl/Makefile.am
src/libstrongswan/plugins/des/Makefile.am
src/libstrongswan/plugins/dnskey/Makefile.am
src/libstrongswan/plugins/fips_prf/Makefile.am
src/libstrongswan/plugins/gcrypt/Makefile.am
src/libstrongswan/plugins/gmp/Makefile.am
src/libstrongswan/plugins/hmac/Makefile.am
src/libstrongswan/plugins/ldap/Makefile.am
src/libstrongswan/plugins/md4/Makefile.am
src/libstrongswan/plugins/md5/Makefile.am
src/libstrongswan/plugins/mysql/Makefile.am
src/libstrongswan/plugins/openssl/Makefile.am
src/libstrongswan/plugins/padlock/Makefile.am
src/libstrongswan/plugins/pem/Makefile.am
src/libstrongswan/plugins/pgp/Makefile.am
src/libstrongswan/plugins/pkcs1/Makefile.am
src/libstrongswan/plugins/pubkey/Makefile.am
src/libstrongswan/plugins/random/Makefile.am
src/libstrongswan/plugins/sha1/Makefile.am
src/libstrongswan/plugins/sha2/Makefile.am
src/libstrongswan/plugins/sqlite/Makefile.am
src/libstrongswan/plugins/test_vectors/Makefile.am
src/libstrongswan/plugins/x509/Makefile.am
src/libstrongswan/plugins/xcbc/Makefile.am

index 065704b2a36eb4fed125ffd257791f6c8a4b433b..1e428b07a18b0f48192e709ff30ceb73318db9bd 100644 (file)
@@ -12,8 +12,8 @@ libstrongswan_android_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswa
 endif
 
 libstrongswan_android_la_SOURCES = \
-  android_plugin.c android_plugin.h \
-  android_handler.c android_handler.h
+       android_plugin.c android_plugin.h \
+       android_handler.c android_handler.h
 
 libstrongswan_android_la_LDFLAGS = -module -avoid-version
 libstrongswan_android_la_LIBADD += -lcutils
index 4262d2a256ad9486199eaeba9f59c82d547d503d..98d9694ca99a16ee301890e67c8051714dc76997 100644 (file)
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-attr.la
 libstrongswan_attr_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_attr_la_SOURCES = attr_plugin.h attr_plugin.c \
-  attr_provider.h attr_provider.c
+libstrongswan_attr_la_SOURCES = \
+       attr_plugin.h attr_plugin.c \
+       attr_provider.h attr_provider.c
+
 libstrongswan_attr_la_LDFLAGS = -module -avoid-version
index a97bbf893e9f933b8bd4345af2272c456efbdc18..ddeacc5f08e394be8e3abb8adb0d552759ad09b6 100644 (file)
@@ -11,7 +11,9 @@ plugin_LTLIBRARIES = libstrongswan-eap-aka.la
 libstrongswan_eap_aka_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libsimaka/libsimaka.la
 endif
 
-libstrongswan_eap_aka_la_SOURCES = eap_aka_plugin.h eap_aka_plugin.c \
-  eap_aka_peer.h eap_aka_peer.c \
-  eap_aka_server.h eap_aka_server.c
+libstrongswan_eap_aka_la_SOURCES = \
+       eap_aka_plugin.h eap_aka_plugin.c \
+       eap_aka_peer.h eap_aka_peer.c \
+       eap_aka_server.h eap_aka_server.c
+
 libstrongswan_eap_aka_la_LDFLAGS = -module -avoid-version
index 98ead2200ee51624b98e1d24f8da67a42bbbed57..5a376695755dfbc3148e63fc9c36e9e1717ba6c0 100644 (file)
@@ -12,9 +12,10 @@ libstrongswan_eap_aka_3gpp2_la_LIBADD = $(top_builddir)/src/libstrongswan/libstr
 endif
 
 libstrongswan_eap_aka_3gpp2_la_SOURCES = \
-  eap_aka_3gpp2_plugin.h eap_aka_3gpp2_plugin.c \
-  eap_aka_3gpp2_card.h eap_aka_3gpp2_card.c \
-  eap_aka_3gpp2_provider.h eap_aka_3gpp2_provider.c \
-  eap_aka_3gpp2_functions.h eap_aka_3gpp2_functions.c
+       eap_aka_3gpp2_plugin.h eap_aka_3gpp2_plugin.c \
+       eap_aka_3gpp2_card.h eap_aka_3gpp2_card.c \
+       eap_aka_3gpp2_provider.h eap_aka_3gpp2_provider.c \
+       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
index 83fd0de7ea14f3dc8bbf6a1aa518303510f19228..8f0fea76d75604774f21a1dd4ae537f69ce2e3bf 100644 (file)
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-eap-gtc.la
 libstrongswan_eap_gtc_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_eap_gtc_la_SOURCES = eap_gtc_plugin.h eap_gtc_plugin.c eap_gtc.h eap_gtc.c
+libstrongswan_eap_gtc_la_SOURCES = \
+       eap_gtc_plugin.h eap_gtc_plugin.c eap_gtc.h eap_gtc.c
+
 libstrongswan_eap_gtc_la_LDFLAGS = -module -avoid-version -lpam
index 0b0c358e74629e121ea0ba30eb299ccfc5ef4911..428ad396b32038501e2251a641d9c3da79dcbd67 100644 (file)
@@ -11,5 +11,6 @@ libstrongswan_eap_identity_la_LIBADD = $(top_builddir)/src/libstrongswan/libstro
 endif
 
 libstrongswan_eap_identity_la_SOURCES = \
-  eap_identity_plugin.h eap_identity_plugin.c eap_identity.h eap_identity.c
+       eap_identity_plugin.h eap_identity_plugin.c eap_identity.h eap_identity.c
+
 libstrongswan_eap_identity_la_LDFLAGS = -module -avoid-version
index 7b6c20ce8977bac8dbc0a60c0404b15f56e7dedc..838b1f4745c14f9b4dd31a91ad74b0c6ce58e48a 100644 (file)
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-eap-md5.la
 libstrongswan_eap_md5_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_eap_md5_la_SOURCES = eap_md5_plugin.h eap_md5_plugin.c eap_md5.h eap_md5.c
+libstrongswan_eap_md5_la_SOURCES = \
+       eap_md5_plugin.h eap_md5_plugin.c eap_md5.h eap_md5.c
+
 libstrongswan_eap_md5_la_LDFLAGS = -module -avoid-version
index c0efe579a343b298f9cf66850f1a737f32b48f98..08c862cd8578e9b8a5f05e9cbd151ed853765dab 100644 (file)
@@ -13,4 +13,5 @@ endif
 libstrongswan_eap_mschapv2_la_SOURCES = \
        eap_mschapv2_plugin.h eap_mschapv2_plugin.c \
        eap_mschapv2.h eap_mschapv2.c
+
 libstrongswan_eap_mschapv2_la_LDFLAGS = -module -avoid-version
index 6432d86e58c916cc0a446ce234a5363a387e8081..f9e37a7db8d068cf57d81d39c477f61fe2805037 100644 (file)
@@ -11,8 +11,9 @@ libstrongswan_eap_radius_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrong
 endif
 
 libstrongswan_eap_radius_la_SOURCES = \
-  eap_radius_plugin.h eap_radius_plugin.c \
-  eap_radius.h eap_radius.c \
-  radius_client.h radius_client.c \
-  radius_message.h radius_message.c
+       eap_radius_plugin.h eap_radius_plugin.c \
+       eap_radius.h eap_radius.c \
+       radius_client.h radius_client.c \
+       radius_message.h radius_message.c
+
 libstrongswan_eap_radius_la_LDFLAGS = -module -avoid-version
index 96cd724da94f04d0a521524d09a7efe380e802ac..82e8ba7aa5999c338cdfd718094a9870dabbf4a0 100644 (file)
@@ -11,6 +11,9 @@ plugin_LTLIBRARIES = libstrongswan-eap-sim.la
 libstrongswan_eap_sim_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libsimaka/libsimaka.la
 endif
 
-libstrongswan_eap_sim_la_SOURCES = eap_sim_plugin.h eap_sim_plugin.c \
-  eap_sim_peer.h eap_sim_peer.c \
-  eap_sim_server.h eap_sim_server.c
+libstrongswan_eap_sim_la_SOURCES = \
+       eap_sim_plugin.h eap_sim_plugin.c \
+       eap_sim_peer.h eap_sim_peer.c \
+       eap_sim_server.h eap_sim_server.c
+
+libstrongswan_eap_sim_la_LDFLAGS = -module -avoid-version
index a231908aaba614e1fb8781c9c7675d44f0bf7b72..80c3f23740f2c65aa71104e3d627ad46d1c6ba3f 100644 (file)
@@ -11,8 +11,9 @@ libstrongswan_eap_sim_file_la_LIBADD = $(top_builddir)/src/libstrongswan/libstro
 endif
 
 libstrongswan_eap_sim_file_la_SOURCES = \
-  eap_sim_file_plugin.h eap_sim_file_plugin.c \
-  eap_sim_file_card.h eap_sim_file_card.c \
-  eap_sim_file_provider.h eap_sim_file_provider.c \
-  eap_sim_file_triplets.h eap_sim_file_triplets.c
+       eap_sim_file_plugin.h eap_sim_file_plugin.c \
+       eap_sim_file_card.h eap_sim_file_card.c \
+       eap_sim_file_provider.h eap_sim_file_provider.c \
+       eap_sim_file_triplets.h eap_sim_file_triplets.c
+
 libstrongswan_eap_sim_file_la_LDFLAGS = -module -avoid-version
index bce0a53e11ea27b9bf772a564a91e2336c42d13e..ce131471b43e60b0b6b5bc803f480384829918cd 100644 (file)
@@ -11,7 +11,8 @@ libstrongswan_eap_simaka_pseudonym_la_LIBADD = $(top_builddir)/src/libstrongswan
 endif
 
 libstrongswan_eap_simaka_pseudonym_la_SOURCES = \
-  eap_simaka_pseudonym_plugin.h eap_simaka_pseudonym_plugin.c \
-  eap_simaka_pseudonym_card.h eap_simaka_pseudonym_card.c \
-  eap_simaka_pseudonym_provider.h eap_simaka_pseudonym_provider.c
+       eap_simaka_pseudonym_plugin.h eap_simaka_pseudonym_plugin.c \
+       eap_simaka_pseudonym_card.h eap_simaka_pseudonym_card.c \
+       eap_simaka_pseudonym_provider.h eap_simaka_pseudonym_provider.c
+
 libstrongswan_eap_simaka_pseudonym_la_LDFLAGS = -module -avoid-version
index abb7b66487c41146a4d65a122682a18b0745402e..958792555aa60f9895fe979f53276fdc283764f7 100644 (file)
@@ -11,7 +11,8 @@ libstrongswan_eap_simaka_reauth_la_LIBADD = $(top_builddir)/src/libstrongswan/li
 endif
 
 libstrongswan_eap_simaka_reauth_la_SOURCES = \
-  eap_simaka_reauth_plugin.h eap_simaka_reauth_plugin.c \
-  eap_simaka_reauth_card.h eap_simaka_reauth_card.c \
-  eap_simaka_reauth_provider.h eap_simaka_reauth_provider.c
+       eap_simaka_reauth_plugin.h eap_simaka_reauth_plugin.c \
+       eap_simaka_reauth_card.h eap_simaka_reauth_card.c \
+       eap_simaka_reauth_provider.h eap_simaka_reauth_provider.c
+
 libstrongswan_eap_simaka_reauth_la_LDFLAGS = -module -avoid-version
index 27bf8f9ad0eaf6dda8bb784d3174d3800a7d5f0f..e8d31c51d28b29a6e3dc7ea6294c51b17c78c02d 100644 (file)
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-kernel-klips.la
 libstrongswan_kernel_klips_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_kernel_klips_la_SOURCES = kernel_klips_plugin.h kernel_klips_plugin.c \
+libstrongswan_kernel_klips_la_SOURCES = \
+       kernel_klips_plugin.h kernel_klips_plugin.c \
        kernel_klips_ipsec.h kernel_klips_ipsec.c pfkeyv2.h
+
 libstrongswan_kernel_klips_la_LDFLAGS = -module -avoid-version
index 8edf5b7c7049278fd457e4db96bdfd837bbf2b2c..c768cd563886ebf45332eaacb68963545387e124 100644 (file)
@@ -12,7 +12,9 @@ plugin_LTLIBRARIES = libstrongswan-kernel-netlink.la
 libstrongswan_kernel_netlink_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_kernel_netlink_la_SOURCES = kernel_netlink_plugin.h kernel_netlink_plugin.c \
+libstrongswan_kernel_netlink_la_SOURCES = \
+       kernel_netlink_plugin.h kernel_netlink_plugin.c \
        kernel_netlink_ipsec.h kernel_netlink_ipsec.c kernel_netlink_net.h kernel_netlink_net.c \
        kernel_netlink_shared.h kernel_netlink_shared.c
+
 libstrongswan_kernel_netlink_la_LDFLAGS = -module -avoid-version
index e9fe358c07306e3d704492c631c823a1b4f8b846..f621404ef4782373db2886b6ec29b0661f774ea8 100644 (file)
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-kernel-pfkey.la
 libstrongswan_kernel_pfkey_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_kernel_pfkey_la_SOURCES = kernel_pfkey_plugin.h kernel_pfkey_plugin.c \
+libstrongswan_kernel_pfkey_la_SOURCES = \
+       kernel_pfkey_plugin.h kernel_pfkey_plugin.c \
        kernel_pfkey_ipsec.h kernel_pfkey_ipsec.c
+
 libstrongswan_kernel_pfkey_la_LDFLAGS = -module -avoid-version
index c47daf617b2aeb030017740009b40cb4ba6a8733..b5249a92b834a97153bdd7c52ecd7f1287cfe195 100644 (file)
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-kernel-pfroute.la
 libstrongswan_kernel_pfroute_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_kernel_pfroute_la_SOURCES = kernel_pfroute_plugin.h kernel_pfroute_plugin.c \
+libstrongswan_kernel_pfroute_la_SOURCES = \
+       kernel_pfroute_plugin.h kernel_pfroute_plugin.c \
        kernel_pfroute_net.h kernel_pfroute_net.c
+
 libstrongswan_kernel_pfroute_la_LDFLAGS = -module -avoid-version
index 3e25bb175e5215d4ec748adbc4f0191742c18cf9..cc2c6fc55c9534fa085a7c25f697f1e474396f57 100644 (file)
@@ -11,11 +11,11 @@ libstrongswan_load_tester_la_LIBADD = $(top_builddir)/src/libstrongswan/libstron
 endif
 
 libstrongswan_load_tester_la_SOURCES = \
-  load_tester_plugin.c load_tester_plugin.h \
-  load_tester_config.c load_tester_config.h \
-  load_tester_creds.c load_tester_creds.h \
-  load_tester_ipsec.c load_tester_ipsec.h \
-  load_tester_listener.c load_tester_listener.h \
-  load_tester_diffie_hellman.c load_tester_diffie_hellman.h
+       load_tester_plugin.c load_tester_plugin.h \
+       load_tester_config.c load_tester_config.h \
+       load_tester_creds.c load_tester_creds.h \
+       load_tester_ipsec.c load_tester_ipsec.h \
+       load_tester_listener.c load_tester_listener.h \
+       load_tester_diffie_hellman.c load_tester_diffie_hellman.h
 
 libstrongswan_load_tester_la_LDFLAGS = -module -avoid-version
index c6351a7eb080524a04637b19c09cc9ed4658da82..acfa3190ddd5e75c2636b9b6d89cef927c99e6b1 100644 (file)
@@ -10,8 +10,10 @@ plugin_LTLIBRARIES = libstrongswan-medcli.la
 libstrongswan_medcli_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_medcli_la_SOURCES = medcli_plugin.h medcli_plugin.c \
-                             medcli_creds.h medcli_creds.c \
-                             medcli_config.h medcli_config.c \
-                             medcli_listener.h medcli_listener.c
+libstrongswan_medcli_la_SOURCES = \
+       medcli_plugin.h medcli_plugin.c \
+       medcli_creds.h medcli_creds.c \
+       medcli_config.h medcli_config.c \
+       medcli_listener.h medcli_listener.c
+
 libstrongswan_medcli_la_LDFLAGS = -module -avoid-version
index da387196b4e324ef006c77f460dc0541c1d08468..9f547631e1ac4820d3fd2e7409275c25d8fc68d2 100644 (file)
@@ -10,7 +10,9 @@ plugin_LTLIBRARIES = libstrongswan-medsrv.la
 libstrongswan_medsrv_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_medsrv_la_SOURCES = medsrv_plugin.h medsrv_plugin.c \
-                             medsrv_creds.h medsrv_creds.c \
-                             medsrv_config.h medsrv_config.c
+libstrongswan_medsrv_la_SOURCES = \
+       medsrv_plugin.h medsrv_plugin.c \
+       medsrv_creds.h medsrv_creds.c \
+       medsrv_config.h medsrv_config.c
+
 libstrongswan_medsrv_la_LDFLAGS = -module -avoid-version
index 95a1e5bc8df3f4be8f490d7c7b887e7bde0d5df5..cabbe89ccb1c31f970fafbd194894a8680cd51a8 100644 (file)
@@ -13,9 +13,10 @@ libstrongswan_nm_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
 libstrongswan_nm_la_SOURCES = \
-  nm_plugin.h nm_plugin.c \
-  nm_service.h nm_service.c \
-  nm_creds.h nm_creds.c \
-  nm_handler.h nm_handler.c
+       nm_plugin.h nm_plugin.c \
+       nm_service.h nm_service.c \
+       nm_creds.h nm_creds.c \
+       nm_handler.h nm_handler.c
+
 libstrongswan_nm_la_LDFLAGS = -module -avoid-version
 libstrongswan_nm_la_LIBADD += ${nm_LIBS}
index 78eece670bcc482c0eae79457f7926bf85402ba5..f7f861fba3d1843d72aa23cda9929a8505d15eca 100644 (file)
@@ -12,6 +12,7 @@ libstrongswan_resolve_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswa
 endif
 
 libstrongswan_resolve_la_SOURCES = \
-  resolve_plugin.h resolve_plugin.c \
-  resolve_handler.h resolve_handler.c
+       resolve_plugin.h resolve_plugin.c \
+       resolve_handler.h resolve_handler.c
+
 libstrongswan_resolve_la_LDFLAGS = -module -avoid-version
index 9c67ea86ea619c3cf9c7dae35cd50c878917973f..aa56ab43341133f23352a271323adaf40ae4a675 100644 (file)
@@ -11,6 +11,8 @@ 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_SOURCES = \
+       smp.h smp.c
+
 libstrongswan_smp_la_LDFLAGS = -module -avoid-version
 libstrongswan_smp_la_LIBADD += ${xml_LIBS}
index 9e7e345e2e40d6fca8fc1ebd1da89e596fb59f3a..c83b7b033041be15e017788a12f4289744277ead 100644 (file)
@@ -12,6 +12,7 @@ libstrongswan_sql_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
 libstrongswan_sql_la_SOURCES = \
-  sql_plugin.h sql_plugin.c sql_config.h sql_config.c \
-  sql_cred.h sql_cred.c sql_logger.h sql_logger.c
+       sql_plugin.h sql_plugin.c sql_config.h sql_config.c \
+       sql_cred.h sql_cred.c sql_logger.h sql_logger.c
+
 libstrongswan_sql_la_LDFLAGS = -module -avoid-version
index 21c3c80c71f35e15de367b74417fe01b73f2e8f2..81c9e7fcef9e4604eea3c01384a85f505a44375a 100644 (file)
@@ -13,14 +13,15 @@ plugin_LTLIBRARIES = libstrongswan-stroke.la
 libstrongswan_stroke_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_stroke_la_SOURCES = stroke_plugin.h stroke_plugin.c \
-  stroke_socket.h stroke_socket.c \
-  stroke_config.h stroke_config.c \
-  stroke_control.h stroke_control.c \
-  stroke_cred.h stroke_cred.c \
-  stroke_ca.h stroke_ca.c \
-  stroke_attribute.h stroke_attribute.c \
-  stroke_list.h stroke_list.c \
-  stroke_shared_key.h stroke_shared_key.c
+libstrongswan_stroke_la_SOURCES = \
+       stroke_plugin.h stroke_plugin.c \
+       stroke_socket.h stroke_socket.c \
+       stroke_config.h stroke_config.c \
+       stroke_control.h stroke_control.c \
+       stroke_cred.h stroke_cred.c \
+       stroke_ca.h stroke_ca.c \
+       stroke_attribute.h stroke_attribute.c \
+       stroke_list.h stroke_list.c \
+       stroke_shared_key.h stroke_shared_key.c
 
 libstrongswan_stroke_la_LDFLAGS = -module -avoid-version
index f71921d711d367e3ea5ff094af598cee8f179594..7ca54c18e16e4e2ed8f011198313868dc54b391c 100644 (file)
@@ -12,10 +12,9 @@ libstrongswan_uci_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
 libstrongswan_uci_la_SOURCES = \
-  uci_plugin.h uci_plugin.c uci_parser.h uci_parser.c \
-  uci_config.h uci_config.c uci_creds.h uci_creds.c \
-  uci_control.h uci_control.c
+       uci_plugin.h uci_plugin.c uci_parser.h uci_parser.c \
+       uci_config.h uci_config.c uci_creds.h uci_creds.c \
+       uci_control.h uci_control.c
+
 libstrongswan_uci_la_LDFLAGS = -module -avoid-version
 libstrongswan_uci_la_LIBADD += -luci
-
-
index 185ce87a5b7cb4ceb07032c205433d794057f628..758740cd7f0a8ab3cd5359588e33f95afa87b662 100644 (file)
@@ -10,19 +10,20 @@ plugin_LTLIBRARIES = libstrongswan-unit-tester.la
 libstrongswan_unit_tester_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_unit_tester_la_SOURCES = unit_tester.c unit_tester.h tests.h \
-  tests/test_enumerator.c \
-  tests/test_auth_info.c \
-  tests/test_curl.c \
-  tests/test_mysql.c \
-  tests/test_sqlite.c \
-  tests/test_mutex.c \
-  tests/test_rsa_gen.c \
-  tests/test_cert.c \
-  tests/test_med_db.c \
-  tests/test_chunk.c \
-  tests/test_pool.c \
-  tests/test_agent.c \
-  tests/test_id.c
+libstrongswan_unit_tester_la_SOURCES = \
+       unit_tester.c unit_tester.h tests.h \
+       tests/test_enumerator.c \
+       tests/test_auth_info.c \
+       tests/test_curl.c \
+       tests/test_mysql.c \
+       tests/test_sqlite.c \
+       tests/test_mutex.c \
+       tests/test_rsa_gen.c \
+       tests/test_cert.c \
+       tests/test_med_db.c \
+       tests/test_chunk.c \
+       tests/test_pool.c \
+       tests/test_agent.c \
+       tests/test_id.c
 
 libstrongswan_unit_tester_la_LDFLAGS = -module -avoid-version
index e59a60db97edf7574b8c4b56e13d054f01b2db8d..a54e537a20e16726f6f649c5ec5cba479b70a8f8 100644 (file)
@@ -11,6 +11,7 @@ libstrongswan_updown_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan
 endif
 
 libstrongswan_updown_la_SOURCES = \
-  updown_plugin.h updown_plugin.c \
-  updown_listener.h updown_listener.c
+       updown_plugin.h updown_plugin.c \
+       updown_listener.h updown_listener.c
+
 libstrongswan_updown_la_LDFLAGS = -module -avoid-version
index 084f640d97cfa5b125600c4dcf7e5649bce2d9d0..5f7629bb12f7126775a24a7e8602798d42f55963 100644 (file)
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-aes.la
 libstrongswan_aes_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_aes_la_SOURCES = aes_plugin.h aes_plugin.c aes_crypter.c aes_crypter.h
+libstrongswan_aes_la_SOURCES = \
+       aes_plugin.h aes_plugin.c aes_crypter.c aes_crypter.h
+
 libstrongswan_aes_la_LDFLAGS = -module -avoid-version
index 1163ffe32b0a6e2fe07ae2ab9af0f6cf74240a4c..6273dce70a83f8c1dc12c40399278ee6660e17a8 100644 (file)
@@ -10,7 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-agent.la
 libstrongswan_agent_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_agent_la_SOURCES = agent_plugin.h agent_plugin.c \
-  agent_private_key.c agent_private_key.h
+libstrongswan_agent_la_SOURCES = \
+       agent_plugin.h agent_plugin.c \
+       agent_private_key.c agent_private_key.h
 
 libstrongswan_agent_la_LDFLAGS = -module -avoid-version
index d46ade4260696e6f39c2953dba119814fe476a5a..eb3eae4474aeb243369edd3c2accfd13f27d0597 100644 (file)
@@ -1,8 +1,9 @@
 
 INCLUDES = -I$(top_srcdir)/src/libstrongswan
 
-AM_CFLAGS = -rdynamic \
-  -DPLUGINS=\""${libstrongswan_plugins}\""
+AM_CFLAGS = \
+       -rdynamic \
+       -DPLUGINS=\""${libstrongswan_plugins}\""
 
 if MONOLITHIC
 noinst_LTLIBRARIES = libstrongswan-attr-sql.la
@@ -12,8 +13,9 @@ libstrongswan_attr_sql_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongsw
 endif
 
 libstrongswan_attr_sql_la_SOURCES = \
-  attr_sql_plugin.h attr_sql_plugin.c \
-  sql_attribute.h sql_attribute.c
+       attr_sql_plugin.h attr_sql_plugin.c \
+       sql_attribute.h sql_attribute.c
+
 libstrongswan_attr_sql_la_LDFLAGS = -module -avoid-version
 
 ipsec_PROGRAMS = pool
index 1979179ea5b17450b64d160841d94befa46aa12d..3d560a750aacbd7c2a91bd6b45a66acc6bc26fae 100644 (file)
@@ -11,6 +11,7 @@ libstrongswan_blowfish_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongsw
 endif
 
 libstrongswan_blowfish_la_SOURCES = \
-blowfish_plugin.h blowfish_plugin.c blowfish_crypter.c blowfish_crypter.h \
-bf_skey.c blowfish.h bf_pi.h bf_locl.h bf_enc.c
+       blowfish_plugin.h blowfish_plugin.c blowfish_crypter.c blowfish_crypter.h \
+       bf_skey.c blowfish.h bf_pi.h bf_locl.h bf_enc.c
+
 libstrongswan_blowfish_la_LDFLAGS = -module -avoid-version
index cc20f51d3853dce70ebede33ee37debc3c62aa77..c9460451b14c2d2145b371d7521d0cc3b893fa39 100644 (file)
@@ -11,6 +11,8 @@ 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_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
index a8f7861d09346790aff1b1965b64f944d4a3a1ba..91be7597ac4d9a70405d9ad0666b4b2e5824cd14 100644 (file)
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-des.la
 libstrongswan_des_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_des_la_SOURCES = des_plugin.h des_plugin.c des_crypter.c des_crypter.h
+libstrongswan_des_la_SOURCES = \
+       des_plugin.h des_plugin.c des_crypter.c des_crypter.h
+
 libstrongswan_des_la_LDFLAGS = -module -avoid-version
index 9c8e612155cfc25ef9d1544c524b8b542b0c9e3e..68803f679080ba6edba6358c31c28da3079afdbf 100644 (file)
@@ -10,7 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-dnskey.la
 libstrongswan_dnskey_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_dnskey_la_SOURCES = dnskey_plugin.h dnskey_plugin.c \
-  dnskey_builder.h dnskey_builder.c
+libstrongswan_dnskey_la_SOURCES = \
+       dnskey_plugin.h dnskey_plugin.c \
+       dnskey_builder.h dnskey_builder.c
 
 libstrongswan_dnskey_la_LDFLAGS = -module -avoid-version
index 19b4feb26a8f971850908f0d2393a5d7b10fd90f..42872cc2b7efa68e44e9022ae297b9bc67e120f3 100644 (file)
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-fips-prf.la
 libstrongswan_fips_prf_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_fips_prf_la_SOURCES = fips_prf_plugin.h fips_prf_plugin.c fips_prf.c fips_prf.h
+libstrongswan_fips_prf_la_SOURCES = \
+       fips_prf_plugin.h fips_prf_plugin.c fips_prf.c fips_prf.h
+
 libstrongswan_fips_prf_la_LDFLAGS = -module -avoid-version
index 941f86bcfcb79c6e96cc65dd9e1102d2c9d545eb..beabc4f14837a18a8a39a412469e9660cc073c1f 100644 (file)
@@ -11,7 +11,8 @@ plugin_LTLIBRARIES = libstrongswan-gcrypt.la
 libstrongswan_gcrypt_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_gcrypt_la_SOURCES = gcrypt_plugin.h gcrypt_plugin.c \
+libstrongswan_gcrypt_la_SOURCES = \
+       gcrypt_plugin.h gcrypt_plugin.c \
        gcrypt_rsa_public_key.h gcrypt_rsa_public_key.c \
        gcrypt_rsa_private_key.h gcrypt_rsa_private_key.c \
        gcrypt_dh.h gcrypt_dh.c \
index 3fadf360d66d5e21523180c8d16ed2f7243cd914..05ad0e7669cc811b69a847d6140b4528def14aa6 100644 (file)
@@ -11,10 +11,11 @@ plugin_LTLIBRARIES = libstrongswan-gmp.la
 libstrongswan_gmp_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_gmp_la_SOURCES = gmp_plugin.h gmp_plugin.c \
-  gmp_diffie_hellman.c gmp_diffie_hellman.h \
-  gmp_rsa_private_key.c gmp_rsa_private_key.h \
-  gmp_rsa_public_key.c gmp_rsa_public_key.h
+libstrongswan_gmp_la_SOURCES = \
+       gmp_plugin.h gmp_plugin.c \
+       gmp_diffie_hellman.c gmp_diffie_hellman.h \
+       gmp_rsa_private_key.c gmp_rsa_private_key.h \
+       gmp_rsa_public_key.c gmp_rsa_public_key.h
 
 libstrongswan_gmp_la_LDFLAGS = -module -avoid-version
 libstrongswan_gmp_la_LIBADD += -lgmp
index 7f3fa37bb6f6fa7983113d30c09516eaf9767d70..ee40ddb8d4625c1ac18b33dc159590fd84f7500e 100644 (file)
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-hmac.la
 libstrongswan_hmac_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_hmac_la_SOURCES = hmac_plugin.h hmac_plugin.c hmac.h hmac.c \
+libstrongswan_hmac_la_SOURCES = \
+       hmac_plugin.h hmac_plugin.c hmac.h hmac.c \
        hmac_prf.h hmac_prf.c hmac_signer.h hmac_signer.c
+
 libstrongswan_hmac_la_LDFLAGS = -module -avoid-version
index e2e29bf973738771d53c7d08972cdc993aee3b81..42525bca2ea2f1f9f4ff702ed35d10ded35fd846 100644 (file)
@@ -11,7 +11,8 @@ 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_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
-
index 9484c3a11a65fe709c9aa1e0a71c6d3e9ac194ba..d505419d469e8eab0b8eed4a2fe05b389180357a 100644 (file)
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-md4.la
 libstrongswan_md4_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_md4_la_SOURCES = md4_plugin.h md4_plugin.c md4_hasher.c md4_hasher.h
+libstrongswan_md4_la_SOURCES = \
+       md4_plugin.h md4_plugin.c md4_hasher.c md4_hasher.h
+
 libstrongswan_md4_la_LDFLAGS = -module -avoid-version
index bef94a52f96e01e22ae352c57ee0d31dec5b6dd9..8c8a1a245be5166a780afd7038c2189752daa3d5 100644 (file)
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-md5.la
 libstrongswan_md5_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_md5_la_SOURCES = md5_plugin.h md5_plugin.c md5_hasher.c md5_hasher.h
+libstrongswan_md5_la_SOURCES = \
+       md5_plugin.h md5_plugin.c md5_hasher.c md5_hasher.h
+
 libstrongswan_md5_la_LDFLAGS = -module -avoid-version
index 9841cd0320c643890933d2b2bfbb7bcf1e5b8059..dc5cee1d23bfcf58af3913c8a5ce589562f3956f 100644 (file)
@@ -11,8 +11,10 @@ plugin_LTLIBRARIES = libstrongswan-mysql.la
 libstrongswan_mysql_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_mysql_la_SOURCES = mysql_plugin.h mysql_plugin.c  \
+libstrongswan_mysql_la_SOURCES = \
+       mysql_plugin.h mysql_plugin.c  \
        mysql_database.h mysql_database.c
+
 libstrongswan_mysql_la_LDFLAGS = -module -avoid-version
 libstrongswan_mysql_la_LIBADD += $(MYSQLLIB)
 
index 51f7b349a9e89d75e101adc310183c99d2b4b3fb..a5404b2074e8ef47e63a402c791a5a2e610e4181 100644 (file)
@@ -11,7 +11,8 @@ plugin_LTLIBRARIES = libstrongswan-openssl.la
 libstrongswan_openssl_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_openssl_la_SOURCES = openssl_plugin.h openssl_plugin.c \
+libstrongswan_openssl_la_SOURCES = \
+       openssl_plugin.h openssl_plugin.c \
        openssl_util.c openssl_util.h \
        openssl_crypter.c openssl_crypter.h \
        openssl_hasher.c openssl_hasher.h \
index b9bf4214cc20c24a41d0ff5f7be9c4532062f77f..8ebb57bb950480d18262387dd92e6681bb4f9221 100644 (file)
@@ -10,8 +10,10 @@ plugin_LTLIBRARIES = libstrongswan-padlock.la
 libstrongswan_padlock_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_padlock_la_SOURCES = padlock_plugin.h padlock_plugin.c \
+libstrongswan_padlock_la_SOURCES = \
+       padlock_plugin.h padlock_plugin.c \
        padlock_aes_crypter.c padlock_aes_crypter.h \
        padlock_sha1_hasher.c padlock_sha1_hasher.h \
        padlock_rng.c padlock_rng.h
+
 libstrongswan_padlock_la_LDFLAGS = -module -avoid-version
index ced2309a23510320976cc82654a101612a0f8697..7acd30b38a39c01fa9ec0c07b187551e064fc840 100644 (file)
@@ -10,7 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-pem.la
 libstrongswan_pem_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_pem_la_SOURCES = pem_plugin.h pem_plugin.c \
-  pem_builder.c pem_builder.h
+libstrongswan_pem_la_SOURCES = \
+       pem_plugin.h pem_plugin.c \
+       pem_builder.c pem_builder.h
 
 libstrongswan_pem_la_LDFLAGS = -module -avoid-version
index 6bbad151dc19d715b29a3c0aef09e5d04e256613..6bf4249bbc6db2776630f8dcb738f33ba7f08ea9 100644 (file)
@@ -10,10 +10,11 @@ plugin_LTLIBRARIES = libstrongswan-pgp.la
 libstrongswan_pgp_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_pgp_la_SOURCES = pgp_plugin.h pgp_plugin.c \
-  pgp_utils.h pgp_utils.c \
-  pgp_cert.h pgp_cert.c \
-  pgp_encoder.h pgp_encoder.c \
-  pgp_builder.h pgp_builder.c
+libstrongswan_pgp_la_SOURCES = \
+       pgp_plugin.h pgp_plugin.c \
+       pgp_utils.h pgp_utils.c \
+       pgp_cert.h pgp_cert.c \
+       pgp_encoder.h pgp_encoder.c \
+       pgp_builder.h pgp_builder.c
 
 libstrongswan_pgp_la_LDFLAGS = -module -avoid-version
index 5d71095a6d3ab429e34dda33f20bde5e44a11df6..abb271dfe8527fce1215c05083834309b170daeb 100644 (file)
@@ -10,8 +10,9 @@ plugin_LTLIBRARIES = libstrongswan-pkcs1.la
 libstrongswan_pkcs1_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_pkcs1_la_SOURCES = pkcs1_plugin.h pkcs1_plugin.c \
-  pkcs1_encoder.h pkcs1_encoder.c \
-  pkcs1_builder.h pkcs1_builder.c
+libstrongswan_pkcs1_la_SOURCES = \
+       pkcs1_plugin.h pkcs1_plugin.c \
+       pkcs1_encoder.h pkcs1_encoder.c \
+       pkcs1_builder.h pkcs1_builder.c
 
 libstrongswan_pkcs1_la_LDFLAGS = -module -avoid-version
index e87f7307b859b557e99280e4bc7d41b3500c6784..84baaf0106fca0507ad0a0de13bcb96a68003f14 100644 (file)
@@ -10,7 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-pubkey.la
 libstrongswan_pubkey_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_pubkey_la_SOURCES = pubkey_plugin.h pubkey_plugin.c \
-  pubkey_cert.h pubkey_cert.c
+libstrongswan_pubkey_la_SOURCES = \
+       pubkey_plugin.h pubkey_plugin.c \
+       pubkey_cert.h pubkey_cert.c
 
 libstrongswan_pubkey_la_LDFLAGS = -module -avoid-version
index 1e86ddf52fc40b139734b2ad5ccdf206d0649ae9..1e9df763bca75c7b528c28b5ea28e86a666e9c4f 100644 (file)
@@ -12,6 +12,8 @@ plugin_LTLIBRARIES = libstrongswan-random.la
 libstrongswan_random_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_random_la_SOURCES = random_plugin.h random_plugin.c \
-  random_rng.c random_rng.h
+libstrongswan_random_la_SOURCES = \
+       random_plugin.h random_plugin.c \
+       random_rng.c random_rng.h
+
 libstrongswan_random_la_LDFLAGS = -module -avoid-version
index 564eecafdd71e63aed0ecc511247d89fe0232d07..a63981633ef7d583c8d4492c8c5ba5611f7026bf 100644 (file)
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-sha1.la
 libstrongswan_sha1_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_sha1_la_SOURCES = sha1_plugin.h sha1_plugin.c \
+libstrongswan_sha1_la_SOURCES = \
+       sha1_plugin.h sha1_plugin.c \
        sha1_hasher.c sha1_hasher.h sha1_prf.c sha1_prf.h
+
 libstrongswan_sha1_la_LDFLAGS = -module -avoid-version
index 4d93ff46086cadf817d1c8953849bd554f89a4a1..9fc4b77cf55f3b2a07009d0e2c6203e8d7174027 100644 (file)
@@ -10,5 +10,7 @@ plugin_LTLIBRARIES = libstrongswan-sha2.la
 libstrongswan_sha2_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_sha2_la_SOURCES = sha2_plugin.h sha2_plugin.c sha2_hasher.c sha2_hasher.h
+libstrongswan_sha2_la_SOURCES = \
+       sha2_plugin.h sha2_plugin.c sha2_hasher.c sha2_hasher.h
+
 libstrongswan_sha2_la_LDFLAGS = -module -avoid-version
index 42d592c16d6a0b35d1f1344aeaca4dbdff1555a4..7ac15963aeb7486b5cec32dfe63b1323399bb668 100644 (file)
@@ -11,8 +11,10 @@ plugin_LTLIBRARIES = libstrongswan-sqlite.la
 libstrongswan_sqlite_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_sqlite_la_SOURCES = sqlite_plugin.h sqlite_plugin.c  \
+libstrongswan_sqlite_la_SOURCES = \
+       sqlite_plugin.h sqlite_plugin.c \
        sqlite_database.h sqlite_database.c
+
 libstrongswan_sqlite_la_LDFLAGS = -module -avoid-version
 libstrongswan_sqlite_la_LIBADD += -lsqlite3
 
index 2a683a28486118fbe09f340d933ebdca811b2329..d1bdb72ae9d07108f0386e4f2ec0ddcdf5c9239e 100644 (file)
@@ -34,4 +34,5 @@ libstrongswan_test_vectors_la_SOURCES = \
        test_vectors/sha2_hmac.c \
        test_vectors/fips_prf.c \
        test_vectors/rng.c
+
 libstrongswan_test_vectors_la_LDFLAGS = -module -avoid-version
index 7dd51e33fe66ad6ee52e84858a68e9900b851d88..7e3ad1dd68cf20ff6692ff7d015401b81dcc910f 100644 (file)
@@ -10,11 +10,13 @@ plugin_LTLIBRARIES = libstrongswan-x509.la
 libstrongswan_x509_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_x509_la_SOURCES = x509_plugin.h x509_plugin.c \
-  x509_cert.h x509_cert.c \
-  x509_crl.h x509_crl.c \
-  x509_ac.h x509_ac.c \
-  x509_pkcs10.h x509_pkcs10.c \
-  x509_ocsp_request.h x509_ocsp_request.c \
-  x509_ocsp_response.h x509_ocsp_response.c
+libstrongswan_x509_la_SOURCES = \
+       x509_plugin.h x509_plugin.c \
+       x509_cert.h x509_cert.c \
+       x509_crl.h x509_crl.c \
+       x509_ac.h x509_ac.c \
+       x509_pkcs10.h x509_pkcs10.c \
+       x509_ocsp_request.h x509_ocsp_request.c \
+       x509_ocsp_response.h x509_ocsp_response.c
+
 libstrongswan_x509_la_LDFLAGS = -module -avoid-version
index f8ae082fd0cb81fa924190fb8baddceefe9e49a0..6cf001a1b6c5f8e059e442874253fbacfcddf46c 100644 (file)
@@ -10,6 +10,8 @@ plugin_LTLIBRARIES = libstrongswan-xcbc.la
 libstrongswan_xcbc_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
 endif
 
-libstrongswan_xcbc_la_SOURCES = xcbc_plugin.h xcbc_plugin.c xcbc.h xcbc.c \
+libstrongswan_xcbc_la_SOURCES = \
+       xcbc_plugin.h xcbc_plugin.c xcbc.h xcbc.c \
        xcbc_prf.h xcbc_prf.c xcbc_signer.h xcbc_signer.c
+
 libstrongswan_xcbc_la_LDFLAGS = -module -avoid-version