gegl r2412 - in trunk: . gegl/operation



Author: neo
Date: Wed Jun 11 07:07:24 2008
New Revision: 2412
URL: http://svn.gnome.org/viewvc/gegl?rev=2412&view=rev

Log:
2008-06-11  Sven Neumann  <sven gimp org>

	* gegl/operation/Makefile.am: tried to fix confusion with public
	and internal header files. Install $(public_headers) instead of
	$(OPERATION_headers).



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	Wed Jun 11 07:07:24 2008
@@ -16,12 +16,11 @@
 	gegl-operation-processors.c       \
 	gegl-operations.c
 
-
 OPERATION_headers = \
 	gegl-extension-handler.h	 \
 	gegl-operation.h        	 \
-	gegl-operation-composer.h     	 \
 	gegl-operation-area-filter.h     \
+	gegl-operation-composer.h     	 \
 	gegl-operation-filter.h       	 \
 	gegl-operation-meta.h       	 \
 	gegl-operation-point-composer.h  \
@@ -29,23 +28,25 @@
 	gegl-operation-point-render.h    \
 	gegl-operation-sink.h       	 \
 	gegl-operation-source.h		 \
+	gegl-operation-temporal.h	 \
 	gegl-operations.h
 
 public_headers = \
 	gegl-operation.h        	 \
-	gegl-operation-composer.h     	 \
 	gegl-operation-area-filter.h     \
+	gegl-operation-composer.h     	 \
 	gegl-operation-filter.h       	 \
 	gegl-operation-meta.h       	 \
 	gegl-operation-point-composer.h  \
 	gegl-operation-point-filter.h    \
+	gegl-operation-point-render.h    \
 	gegl-operation-sink.h       	 \
 	gegl-operation-source.h          \
 	gegl-operation-temporal.h
 
 
-liboperation_la_SOURCES = $(OPERATION_sources) $(public_headers)
-liboperationinclude_HEADERS = $(OPERATION_headers)
+liboperation_la_SOURCES = $(OPERATION_sources) $(OPERATION_headers)
+liboperationinclude_HEADERS = $(public_headers)
 liboperationincludedir = $(includedir)/gegl-$(GEGL_API_VERSION)/operation
 
 INCLUDES = \



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