Streamlined the source file list formatting in plugin makefiles.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user