From 2fadcd053f156345d46ec0689ee8f7eaf99c9e19 Mon Sep 17 00:00:00 2001 From: Sami Liedes Date: Sun, 1 May 2022 11:25:35 +0200 Subject: Fix out-of-tree build. Requires rerunning autoconf. --- plugins/fast_float/testbed/Makefile.am | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'plugins') diff --git a/plugins/fast_float/testbed/Makefile.am b/plugins/fast_float/testbed/Makefile.am index 5133be0..a74ac32 100644 --- a/plugins/fast_float/testbed/Makefile.am +++ b/plugins/fast_float/testbed/Makefile.am @@ -6,17 +6,16 @@ AUTOMAKE_OPTIONS = 1.7 foreign AM_CPPFLAGS = -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../src \ - -I$(top_builddir)/include + -I$(top_builddir)/include check_PROGRAMS = fast_float_testbed -fast_float_testbed_LDADD = $(srcdir)/../src/liblcms2_fast_float.la $(LCMS_LIB_DEPLIBS) +fast_float_testbed_LDADD = $(builddir)/../src/liblcms2_fast_float.la $(LCMS_LIB_DEPLIBS) fast_float_testbed_LDFLAGS = -static @LDFLAGS@ -fast_float_testbed_SOURCES = fast_float_testbed.c +fast_float_testbed_SOURCES = fast_float_testbed.c -EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc +EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc check: + cp $(srcdir)/test?.icc . ./fast_float_testbed - - -- cgit v1.2.3