diff --git a/Makefile.am b/Makefile.am index f7e27d7fa..32dcf6c9c 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)