This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
The following commit(s) were added to refs/heads/master by this push:
new 2beb42ec3 Fix http/2 compilation when using configure flag
--enable-tests
2beb42ec3 is described below
commit 2beb42ec362509685e423b054be70df8111c7cb7
Author: Robert Lazarski <[email protected]>
AuthorDate: Sun Dec 14 00:45:37 2025 -1000
Fix http/2 compilation when using configure flag --enable-tests
---
test/core/engine/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/core/engine/Makefile.am b/test/core/engine/Makefile.am
index 45ea526e7..27103b5dd 100644
--- a/test/core/engine/Makefile.am
+++ b/test/core/engine/Makefile.am
@@ -52,6 +52,8 @@ if WITH_NGHTTP2
test_http_service_provider_interface_LDADD = \
../../../util/src/libaxutil.la \
$(top_builddir)/src/core/engine/libaxis2_engine.la \
+
$(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la \
+
$(top_builddir)/src/core/transport/http/util/libaxis2_http_util.la \
$(top_builddir)/$(GTEST)/libgtest.a \
$(top_builddir)/$(GTEST)/libgtest_main.a
endif