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:
Diffstat (limited to 'plugins/threaded/include/Makefile.in')
-rw-r--r--plugins/threaded/include/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/threaded/include/Makefile.in b/plugins/threaded/include/Makefile.in
index 9629ed7..5e08ee7 100644
--- a/plugins/threaded/include/Makefile.in
+++ b/plugins/threaded/include/Makefile.in
@@ -91,7 +91,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-subdir = plugins/fast_float/include
+subdir = plugins/threaded/include
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
$(top_srcdir)/m4/ax_append_compile_flags.m4 \
@@ -320,8 +320,8 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-include_HEADERS = lcms2_fast_float.h
-EXTRA_DIST = lcms2_fast_float.h
+include_HEADERS = lcms2_threaded.h
+EXTRA_DIST = lcms2_threaded.h
all: all-am
.SUFFIXES:
@@ -334,9 +334,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/fast_float/include/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/threaded/include/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign plugins/fast_float/include/Makefile
+ $(AUTOMAKE) --foreign plugins/threaded/include/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \