From dcc721a95bef6f0d8e6d8775b8efe33e5aecd562 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:28:20 +0200 Subject: Adding upstream version 8.2402.0. Signed-off-by: Daniel Baumann --- contrib/omhttp/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contrib/omhttp/Makefile.am (limited to 'contrib/omhttp/Makefile.am') diff --git a/contrib/omhttp/Makefile.am b/contrib/omhttp/Makefile.am new file mode 100644 index 0000000..cb29149 --- /dev/null +++ b/contrib/omhttp/Makefile.am @@ -0,0 +1,8 @@ +pkglib_LTLIBRARIES = omhttp.la + +omhttp_la_SOURCES = omhttp.c +omhttp_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) $(CURL_CFLAGS) +omhttp_la_LDFLAGS = -module -avoid-version +omhttp_la_LIBADD = $(CURL_LIBS) $(LIBM) + +EXTRA_DIST = -- cgit v1.2.3