gegl r2075 - in trunk: . bin gegl



Author: ok
Date: Wed Feb 20 13:59:17 2008
New Revision: 2075
URL: http://svn.gnome.org/viewvc/gegl?rev=2075&view=rev

Log:
* bin/Makefile.am: do not build the custom node-editor's due to
portability issues.
* configure.ac: do not generate bin/node-editors/Makefile
* gegl/Makefile.am: gegl-old-chant.h has been removed.


Modified:
   trunk/ChangeLog
   trunk/bin/Makefile.am
   trunk/configure.ac
   trunk/gegl/Makefile.am

Modified: trunk/bin/Makefile.am
==============================================================================
--- trunk/bin/Makefile.am	(original)
+++ trunk/bin/Makefile.am	Wed Feb 20 13:59:17 2008
@@ -1,6 +1,6 @@
-if HAVE_GTK
-SUBDIRS = node-editors
-endif
+#if HAVE_GTK
+#SUBDIRS = node-editors
+#endif
 
 bin_PROGRAMS = gegl
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Feb 20 13:59:17 2008
@@ -679,10 +679,10 @@
 AM_CONDITIONAL(ENABLE_WORKSHOP, test "x$enable_workshop" == "xyes")
 
 
+dnl bin/node-editors/Makefile
 AC_OUTPUT([
 Makefile
 bin/Makefile
-bin/node-editors/Makefile
 gegl/Makefile
 gegl/buffer/Makefile
 gegl/graph/Makefile

Modified: trunk/gegl/Makefile.am
==============================================================================
--- trunk/gegl/Makefile.am	(original)
+++ trunk/gegl/Makefile.am	Wed Feb 20 13:59:17 2008
@@ -27,8 +27,7 @@
 	gegl-plugin.h			\
 	gegl-chant.h			\
 	gegl-instrument.h		\
-	gegl-module.h			\
-	gegl-old-chant.h
+	gegl-module.h
 
 libgegl_ GEGL_API_VERSION@_la_SOURCES = $(GEGL_sources) $(GEGL_public_headers)
 



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