gegl r3029 - in trunk: . gegl/operation gegl/process operations/common operations/core operations/generated



Author: martinn
Date: Sat Apr 11 12:57:49 2009
New Revision: 3029
URL: http://svn.gnome.org/viewvc/gegl?rev=3029&view=rev

Log:
Fix make distcheck

Fix make distcheck by making gegl-chant.h find the .c files in the
srcdirs and fixing typos in Makefile.ams.

Modified:
   trunk/ChangeLog
   trunk/gegl/operation/Makefile.am
   trunk/gegl/process/Makefile.am
   trunk/operations/common/Makefile.am
   trunk/operations/core/Makefile.am
   trunk/operations/generated/Makefile.am

Modified: trunk/gegl/operation/Makefile.am
==============================================================================
--- trunk/gegl/operation/Makefile.am	(original)
+++ trunk/gegl/operation/Makefile.am	Sat Apr 11 12:57:49 2009
@@ -27,26 +27,25 @@
 	gegl-operation-temporal.h
 
 liboperation_sources = \
-	gegl-extension-handler.c	  \
-	gegl-operation.c        	  \
-	gegl-operation-area-filter.c      \
-	gegl-operation-composer.c     	  \
-	gegl-operation-composer3.c    	  \
-	gegl-operation-filter.c       	  \
-	gegl-operation-meta.c       	  \
-	gegl-operation-point-composer.c   \
-	gegl-operation-point-composer3.c  \
-	gegl-operation-point-filter.c     \
-	gegl-operation-point-render.c     \
-	gegl-operation-sink.c       	  \
-	gegl-operation-source.c		  \
-	gegl-operation-temporal.c 	  \
-	gegl-operation-processors.c       \
-	gegl-operation-context.c          \
-	gegl-operations.c
-	\
-	gegl-extension-handler.h	 \
-	gegl-operation-context.h          \
+	gegl-extension-handler.c		\
+	gegl-operation.c			\
+	gegl-operation-area-filter.c		\
+	gegl-operation-composer.c		\
+	gegl-operation-composer3.c		\
+	gegl-operation-filter.c			\
+	gegl-operation-meta.c			\
+	gegl-operation-point-composer.c		\
+	gegl-operation-point-composer3.c	\
+	gegl-operation-point-filter.c		\
+	gegl-operation-point-render.c		\
+	gegl-operation-sink.c			\
+	gegl-operation-source.c			\
+	gegl-operation-temporal.c		\
+	gegl-operation-processors.c		\
+	gegl-operation-context.c		\
+	gegl-operations.c			\
+	gegl-extension-handler.h		\
+	gegl-operation-context.h		\
 	gegl-operations.h
 
 noinst_LTLIBRARIES = liboperation.la

Modified: trunk/gegl/process/Makefile.am
==============================================================================
--- trunk/gegl/process/Makefile.am	(original)
+++ trunk/gegl/process/Makefile.am	Sat Apr 11 12:57:49 2009
@@ -4,7 +4,7 @@
 	-I$(top_srcdir)/gegl \
 	-I$(top_builddir)/gegl/property-types \
 	-I$(top_srcdir)/gegl/property-types \
-	-I$(top_builddir)/gegl/buffer
+	-I$(top_builddir)/gegl/buffer \
 	-I$(top_srcdir)/gegl/buffer
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)

Modified: trunk/operations/common/Makefile.am
==============================================================================
--- trunk/operations/common/Makefile.am	(original)
+++ trunk/operations/common/Makefile.am	Sat Apr 11 12:57:49 2009
@@ -1,2 +1,5 @@
 SUBDIRS = perlin
 include $(top_srcdir)/operations/Makefile-operations.am
+
+AM_CPPFLAGS += \
+	-I$(top_srcdir)/operations/common

Modified: trunk/operations/core/Makefile.am
==============================================================================
--- trunk/operations/core/Makefile.am	(original)
+++ trunk/operations/core/Makefile.am	Sat Apr 11 12:57:49 2009
@@ -1 +1,4 @@
 include $(top_srcdir)/operations/Makefile-operations.am
+
+AM_CPPFLAGS += \
+	-I$(top_srcdir)/operations/core

Modified: trunk/operations/generated/Makefile.am
==============================================================================
--- trunk/operations/generated/Makefile.am	(original)
+++ trunk/operations/generated/Makefile.am	Sat Apr 11 12:57:49 2009
@@ -1,5 +1,8 @@
 include $(top_srcdir)/operations/Makefile-operations.am
 
+AM_CPPFLAGS += \
+	-I$(top_srcdir)/operations/generated
+
 EXTRA_DIST += $(wildcard *.rb)
 
 MAINTAINERCLEANFILES = *.c



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