X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2FMakefile.am;h=f40d16f97a50f141e5d68e6efe806e5c4c10d174;hp=43d24d986ba541a8092a4448c50c94974a439502;hb=49a7df2864120d4b8e168a420c7364e5d01be7b0;hpb=816b2d5239c9d9dd55bea8a3684f55d7a17bf380 diff --git a/t/Makefile.am b/t/Makefile.am index 43d24d9..f40d16f 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include TESTS = check_PROGRAMS = -noinst_LTLIBRARIES = +check_LTLIBRARIES = # # unit tests @@ -58,7 +58,7 @@ if INTEGRATION_TESTING TESTS += integration/simple_config.sh integration/simple_query.sh endif -noinst_LTLIBRARIES += integration/mock_plugin.la +check_LTLIBRARIES += integration/mock_plugin.la integration_mock_plugin_la_SOURCES = integration/mock_plugin.c # -rpath is a work-around to enforce a shared library integration_mock_plugin_la_LDFLAGS = $(AM_LDFLAGS) -module -avoid-version \