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:
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/psicc
parenta118b35838f45dc1b1e1ee0324d1751015490265 (diff)
Try to fix the automake dependencies bug.
A autogen run is still missing
Diffstat (limited to 'utils/psicc')
-rw-r--r--utils/psicc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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