[gegl] Bug 596229 - gegl Cygwin patches : VPATH patch



commit 5a41b0c32a12e586a6b183d263d9afd4015184ea
Author: Yaakov Selkowitz <yselkowitz users sourceforge net>
Date:   Fri Oct 9 01:00:35 2009 +0200

    Bug 596229 -  gegl Cygwin patches : VPATH patch

 docs/Makefile.am                          |    2 +-
 docs/index-static.txt.in                  |    4 ++--
 operations/workshop/Makefile.am           |    2 ++
 operations/workshop/generated/Makefile.am |    2 ++
 4 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 6600c3a..396978c 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -157,7 +157,7 @@ if HAVE_RUBY
 	    $@
 endif
 
-images/inheritance.png: $(top_srcdir)/docs/Makefile
+images/inheritance.png: Makefile
 if HAVE_RUBY
 if HAVE_DOT
 	$(top_srcdir)/tools/gobj2dot.rb $(top_srcdir) | $(DOT) -Tpng > $(top_srcdir)/docs/images/inheritance.png
diff --git a/docs/index-static.txt.in b/docs/index-static.txt.in
index 2fe7ce4..f1c84c0 100644
--- a/docs/index-static.txt.in
+++ b/docs/index-static.txt.in
@@ -112,7 +112,7 @@ http://www.ohloh.net/projects/4349/analyses/latest[over time] the following
 lists are are ordered chronologically according to when they are mentioned in
 the ChangeLog.
 
-include::../AUTHORS[]
+include::@top_srcdir@/AUTHORS[]
 
 
 
@@ -218,7 +218,7 @@ mandelbrot fractal. compile it with:
 This example and others can be found in the examples subdir of the GEGL distribution.
 
 ---------------------------
-sys::[cat ../examples/hello-world.c]
+sys::[cat @top_srcdir@/examples/hello-world.c]
 ---------------------------
 
 
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index fbb2982..d84dfcd 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -1,2 +1,4 @@
 SUBDIRS = generated external
 include $(top_srcdir)/operations/Makefile-operations.am
+
+AM_CPPFLAGS += -I$(top_srcdir)/operations/workshop
\ No newline at end of file
diff --git a/operations/workshop/generated/Makefile.am b/operations/workshop/generated/Makefile.am
index 5f7b1c3..1ca7a9d 100644
--- a/operations/workshop/generated/Makefile.am
+++ b/operations/workshop/generated/Makefile.am
@@ -1,5 +1,7 @@
 include $(top_srcdir)/operations/Makefile-operations.am
 
+AM_CPPFLAGS += -I$(top_srcdir)/operations/workshop/generated
+
 EXTRA_DIST += $(wildcard *.rb)
 
 MAINTAINERCLEANFILES = *.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]