From 3d0d0e0564339cf93da53852fa50005b55890e87 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Fri, 30 Apr 2021 18:29:08 +0200 Subject: [PATCH] Corrected typo. --- magick/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magick/Makefile.am b/magick/Makefile.am index 0fdd5787ab..14ec6b8f31 100644 --- a/magick/Makefile.am +++ b/magick/Makefile.am @@ -487,7 +487,7 @@ MAGICK_EXTRA_DIST = \ if MAGICKCORE_ZERO_CONFIGURATION_SUPPORT libMagickCore_threshold_target = magick/libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-threshold.lo $(libMagickCore_threshold_target): magick/threshold-map.h -nodist_MagickCore_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_SOURCES += magick/threshold-map.h +magick_MagickCore_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_SOURCES += magick/threshold-map.h CLEANFILES += magick/threshold-map.h magick/threshold-map.h: config/thresholds.xml Makefile $(AM_V_GEN){ printf '%s\n %s=\n' 'static const char *const' BuiltinMap; sed -e 's/"/\\"/g; s/^.*$$/ "&\\n"/; $$s/$$/;/' $<; } >$@