[gegl] fix building in separate directory



commit 6420caccf9be6de1806be7a2e9023f14100be131
Author: Nils Philippsen <nils redhat com>
Date:   Wed Mar 2 11:55:03 2011 +0100

    fix building in separate directory

 docs/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 77bc256..d2be336 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -148,7 +148,7 @@ if HAVE_ENSCRIPT
 endif
 
 api.html: $(top_srcdir)/gegl/gegl.h\
-          $(top_srcdir)/gegl/gegl-version.h\
+          $(top_builddir)/gegl/gegl-version.h\
           $(top_srcdir)/gegl/buffer/gegl-buffer.h\
           $(top_srcdir)/gegl/gegl-utils.h\
           $(top_srcdir)/gegl/property-types/gegl-color.h\
@@ -159,7 +159,7 @@ api.html: $(top_srcdir)/gegl/gegl.h\
 if HAVE_RUBY
 	$(top_srcdir)/tools/create-reference.rb 	\
 	    $(top_srcdir)/gegl/gegl.h			\
-	    $(top_srcdir)/gegl/gegl-version.h		\
+	    $(top_builddir)/gegl/gegl-version.h		\
 	    $(top_srcdir)/gegl/buffer/gegl-buffer.h	\
             $(top_srcdir)/gegl/gegl-utils.h \
             $(top_srcdir)/gegl/property-types/gegl-color.h\



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