gegl r1851 - in trunk: . bin/node-editors gegl gegl/graph gegl/process tools
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r1851 - in trunk: . bin/node-editors gegl gegl/graph gegl/process tools
- Date: Fri, 18 Jan 2008 00:04:41 +0000 (GMT)
Author: ok
Date: Fri Jan 18 00:04:41 2008
New Revision: 1851
URL: http://svn.gnome.org/viewvc/gegl?rev=1851&view=rev
Log:
Added gegl/buffer to the include paths of quite a few makefiles.
* bin/node-editors/Makefile.am:
* gegl/Makefile.am:
* gegl/graph/Makefile.am:
* gegl/process/Makefile.am:
* tools/Makefile.am:
Modified:
trunk/ChangeLog
trunk/bin/node-editors/Makefile.am
trunk/gegl/Makefile.am
trunk/gegl/graph/Makefile.am
trunk/gegl/process/Makefile.am
trunk/tools/Makefile.am
Modified: trunk/bin/node-editors/Makefile.am
==============================================================================
--- trunk/bin/node-editors/Makefile.am (original)
+++ trunk/bin/node-editors/Makefile.am Fri Jan 18 00:04:41 2008
@@ -8,7 +8,9 @@
all-local: $(SOBJS)
CFLAGS += @DEP_CFLAGS@ @BABL_CFLAGS@ @GTK_CFLAGS@ \
- -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/gegl -I$(top_srcdir)/bin -I. -fPIC
+ -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/gegl \
+ -I$(top_srcdir)/bin -I. \
+ -I$(top_srcdir)/gegl/buffer -fPIC
LDFLAGS += -shared
LDADD = @DEP_LIBS@ @BABL_LIBS@ @GTK_LIBS@
Modified: trunk/gegl/Makefile.am
==============================================================================
--- trunk/gegl/Makefile.am (original)
+++ trunk/gegl/Makefile.am Fri Jan 18 00:04:41 2008
@@ -45,6 +45,7 @@
INCLUDES = \
-I$(top_srcdir) \
+ -I$(top_srcdir)/gegl/buffer \
@DEP_CFLAGS@ @BABL_CFLAGS@
AM_CPPFLAGS = -DPREFIX=\""$(prefix)"\"
Modified: trunk/gegl/graph/Makefile.am
==============================================================================
--- trunk/gegl/graph/Makefile.am (original)
+++ trunk/gegl/graph/Makefile.am Fri Jan 18 00:04:41 2008
@@ -23,7 +23,8 @@
#libgraphincludedir = $(includedir)/gegl-$(GEGL_API_VERSION)/gegl/graph
INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/gegl \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/gegl \
+ -I$(top_srcdir)/gegl/buffer \
@DEP_CFLAGS@ @BABL_CFLAGS@
Modified: trunk/gegl/process/Makefile.am
==============================================================================
--- trunk/gegl/process/Makefile.am (original)
+++ trunk/gegl/process/Makefile.am Fri Jan 18 00:04:41 2008
@@ -30,6 +30,7 @@
#libprocessincludedir = $(includedir)/gegl-$(GEGL_API_VERSION)/gegl/process
INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/gegl \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/gegl \
+ -I$(top_srcdir)/gegl/buffer \
@DEP_CFLAGS@ @BABL_CFLAGS@
Modified: trunk/tools/Makefile.am
==============================================================================
--- trunk/tools/Makefile.am (original)
+++ trunk/tools/Makefile.am Fri Jan 18 00:04:41 2008
@@ -7,5 +7,8 @@
introspect_SOURCES = introspect.c
operation_reference_SOURCES = operation_reference.c
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gegl @DEP_CFLAGS@ @BABL_CFLAGS@
+INCLUDES = -I$(top_srcdir) \
+ -I$(top_srcdir)/gegl \
+ -I$(top_srcdir)/gegl/buffer \
+ @DEP_CFLAGS@ @BABL_CFLAGS@
AM_LDFLAGS = @DEP_LIBS@ @BABL_LIBS@ $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]