Streamlined the source file list formatting in plugin makefiles.

This commit is contained in:
Tobias Brunner
2010-03-02 10:40:50 +01:00
parent fac3bfa5cd
commit 4e657051f7
56 changed files with 220 additions and 139 deletions
+5 -4
View 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