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