gegl r2399 - in trunk: . gegl/operation



Author: ok
Date: Mon Jun  9 19:23:52 2008
New Revision: 2399
URL: http://svn.gnome.org/viewvc/gegl?rev=2399&view=rev

Log:
* gegl/operation/Makefile.am: added missing gegl-operation-temporal.h


Modified:
   trunk/ChangeLog
   trunk/gegl/operation/Makefile.am

Modified: trunk/gegl/operation/Makefile.am
==============================================================================
--- trunk/gegl/operation/Makefile.am	(original)
+++ trunk/gegl/operation/Makefile.am	Mon Jun  9 19:23:52 2008
@@ -12,6 +12,7 @@
 	gegl-operation-point-render.c     \
 	gegl-operation-sink.c       	  \
 	gegl-operation-source.c		  \
+	gegl-operation-temporal.c 	  \
 	gegl-operation-processors.c       \
 	gegl-operations.c
 
@@ -31,15 +32,16 @@
 	gegl-operations.h
 
 public_headers = \
-	gegl-operation.h        	\
-	gegl-operation-composer.h     	\
-	gegl-operation-area-filter.h    \
-	gegl-operation-filter.h       	\
-	gegl-operation-meta.h       	\
-	gegl-operation-point-composer.h \
-	gegl-operation-point-filter.h   \
-	gegl-operation-sink.h       	\
-	gegl-operation-source.h
+	gegl-operation.h        	 \
+	gegl-operation-composer.h     	 \
+	gegl-operation-area-filter.h     \
+	gegl-operation-filter.h       	 \
+	gegl-operation-meta.h       	 \
+	gegl-operation-point-composer.h  \
+	gegl-operation-point-filter.h    \
+	gegl-operation-sink.h       	 \
+	gegl-operation-source.h          \
+	gegl-operation-temporal.h
 
 
 liboperation_la_SOURCES = $(OPERATION_sources) $(public_headers)



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