summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2010-02-14 19:16:20 +0100
committerMarti Maria <info@littlecms.com>2010-02-14 19:16:20 +0100
commit12260ae485b60711be1cdcb8210c4ff7486d84b9 (patch)
tree8d4f06b11d8f8d03a586fad8e600eb528606fe54 /configure
parent428f2e1b364eb1d660cc86b995c9e8da0180024c (diff)
downloadlcms2-12260ae485b60711be1cdcb8210c4ff7486d84b9.tar.gz
Fixed gray workflows. Fixed 'include' distribution.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 60ef181..ae3b87a 100755
--- a/configure
+++ b/configure
@@ -15952,6 +15952,8 @@ ac_config_files="$ac_config_files Makefile"
ac_config_files="$ac_config_files lcms2.pc"
+ac_config_files="$ac_config_files include/Makefile"
+
ac_config_files="$ac_config_files src/Makefile"
ac_config_files="$ac_config_files utils/tificc/Makefile"
@@ -17075,6 +17077,7 @@ do
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"lcms2.pc") CONFIG_FILES="$CONFIG_FILES lcms2.pc" ;;
+ "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"utils/tificc/Makefile") CONFIG_FILES="$CONFIG_FILES utils/tificc/Makefile" ;;
"utils/transicc/Makefile") CONFIG_FILES="$CONFIG_FILES utils/transicc/Makefile" ;;