Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--plugins/fast_float/testbed/Makefile.am4
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4bb6596..5278a64 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -200,7 +200,7 @@ DIST_SUBDIRS = src include utils/tificc utils/transicc utils/linkicc \
utils/jpgicc utils/psicc testbed plugins
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/lcms2.pc.in AUTHORS \
COPYING ChangeLog INSTALL compile config.guess config.sub \
- depcomp install-sh ltmain.sh missing
+ install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
diff --git a/plugins/fast_float/testbed/Makefile.am b/plugins/fast_float/testbed/Makefile.am
index a74ac32..fc92ef3 100644
--- a/plugins/fast_float/testbed/Makefile.am
+++ b/plugins/fast_float/testbed/Makefile.am
@@ -17,5 +17,7 @@ fast_float_testbed_SOURCES = fast_float_testbed.c
EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc
check:
- cp $(srcdir)/test?.icc .
+ if [ "x$(srcdir)" != "x$(builddir)" ]; then \
+ cp $(srcdir)/test?.icc . ; \
+ fi
./fast_float_testbed