From 41aed0890af04a7e6c44776c0d77f0ece9700a6c Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Tue, 24 Dec 2024 23:50:39 +0100 Subject: [PATCH] automake: Only build testdso when testing --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f7e27d7f..32dcf6c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -148,7 +148,7 @@ testModule_SOURCES=testModule.c testModule_DEPENDENCIES = $(DEPS) testModule_LDADD= $(LDADDS) -noinst_LTLIBRARIES = testdso.la +check_LTLIBRARIES = testdso.la testdso_la_SOURCES = testdso.c testdso_la_LDFLAGS = $(AM_LDFLAGS) \ -module -no-undefined -avoid-version -rpath $(libdir)