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
path: root/utils
diff options
context:
space:
mode:
authorMarti <marti.maria@tktbrainpower.com>2016-03-31 21:59:06 +0300
committerMarti <marti.maria@tktbrainpower.com>2016-03-31 21:59:06 +0300
commit54b50ba248a5e4f1b8e69909580e5cbba05c3b19 (patch)
treeac03f7f299319f75499d561eb382c1a938a75e4c /utils
parenta118b35838f45dc1b1e1ee0324d1751015490265 (diff)
Try to fix the automake dependencies bug.
A autogen run is still missing
Diffstat (limited to 'utils')
-rw-r--r--utils/jpgicc/Makefile.am2
-rw-r--r--utils/linkicc/Makefile.am2
-rw-r--r--utils/psicc/Makefile.am2
-rw-r--r--utils/samples/Makefile.am2
-rw-r--r--utils/tificc/Makefile.am2
-rw-r--r--utils/transicc/Makefile.am2
6 files changed, 6 insertions, 6 deletions
diff --git a/utils/jpgicc/Makefile.am b/utils/jpgicc/Makefile.am
index 59d5ab1..d0a0897 100644
--- a/utils/jpgicc/Makefile.am
+++ b/utils/jpgicc/Makefile.am
@@ -4,7 +4,7 @@
# Bugs introduced by Marti Maria on October 2004
# Don't require all the GNU mandated files
-AUTOMAKE_OPTIONS = 1.7 foreign
+AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common
diff --git a/utils/linkicc/Makefile.am b/utils/linkicc/Makefile.am
index d7eef57..3b91869 100644
--- a/utils/linkicc/Makefile.am
+++ b/utils/linkicc/Makefile.am
@@ -4,7 +4,7 @@
# Additions and bugs by Marti Maria
# Don't require all the GNU mandated files
-AUTOMAKE_OPTIONS = 1.7 foreign
+AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common
diff --git a/utils/psicc/Makefile.am b/utils/psicc/Makefile.am
index 7c5171f..99d9d5b 100644
--- a/utils/psicc/Makefile.am
+++ b/utils/psicc/Makefile.am
@@ -4,7 +4,7 @@
# Additions and bugs by Marti Maria
# Don't require all the GNU mandated files
-AUTOMAKE_OPTIONS = 1.7 foreign
+AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common
diff --git a/utils/samples/Makefile.am b/utils/samples/Makefile.am
index e8a1fd9..b3b6201 100644
--- a/utils/samples/Makefile.am
+++ b/utils/samples/Makefile.am
@@ -4,7 +4,7 @@
# Additions and bugs by Marti Maria
# Don't require all the GNU mandated files
-AUTOMAKE_OPTIONS = 1.7 foreign
+AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common
diff --git a/utils/tificc/Makefile.am b/utils/tificc/Makefile.am
index 9ca83f8..50f5dc4 100644
--- a/utils/tificc/Makefile.am
+++ b/utils/tificc/Makefile.am
@@ -4,7 +4,7 @@
# bugs introduced by Marti Maria
# Don't require all the GNU mandated files
-AUTOMAKE_OPTIONS = 1.7 foreign
+AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common
diff --git a/utils/transicc/Makefile.am b/utils/transicc/Makefile.am
index bc80a82..05e8b69 100644
--- a/utils/transicc/Makefile.am
+++ b/utils/transicc/Makefile.am
@@ -4,7 +4,7 @@
# Additions and bugs by Marti Maria
# Don't require all the GNU mandated files
-AUTOMAKE_OPTIONS = 1.7 foreign
+AUTOMAKE_OPTIONS = 1.7 foreign no-dependencies
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include \
-I$(top_srcdir)/utils/common -I$(top_builddir)/utils/common