[gimp] plug-ins: add GEGL_CFLAGS to many Makefile.am's
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: add GEGL_CFLAGS to many Makefile.am's
- Date: Wed, 2 May 2012 16:13:32 +0000 (UTC)
commit d1ced114151948f306dd88c89a8e80cdfc196d74
Author: Ãyvind KolÃs <pippin gimp org>
Date: Thu Mar 22 01:26:33 2012 +0000
plug-ins: add GEGL_CFLAGS to many Makefile.am's
plug-ins/color-rotate/Makefile.am | 1 +
plug-ins/file-bmp/Makefile.am | 1 +
plug-ins/file-compressor/Makefile.am | 1 +
plug-ins/file-faxg3/Makefile.am | 1 +
plug-ins/file-fits/Makefile.am | 1 +
plug-ins/file-fli/Makefile.am | 1 +
plug-ins/file-ico/Makefile.am | 1 +
plug-ins/file-jpeg/Makefile.am | 1 +
plug-ins/file-psd/Makefile.am | 1 +
plug-ins/file-sgi/Makefile.am | 1 +
plug-ins/file-uri/Makefile.am | 1 +
plug-ins/file-xjt/Makefile.am | 1 +
plug-ins/flame/Makefile.am | 1 +
plug-ins/fractal-explorer/Makefile.am | 1 +
plug-ins/gfig/Makefile.am | 1 +
plug-ins/gimpressionist/Makefile.am | 1 +
plug-ins/gradient-flare/Makefile.am | 1 +
plug-ins/help-browser/Makefile.am | 1 +
plug-ins/help/Makefile.am | 1 +
plug-ins/ifs-compose/Makefile.am | 1 +
plug-ins/imagemap/Makefile.am | 1 +
plug-ins/lighting/Makefile.am | 1 +
plug-ins/map-object/Makefile.am | 1 +
plug-ins/maze/Makefile.am | 1 +
plug-ins/metadata/Makefile.am | 1 +
plug-ins/pagecurl/Makefile.am | 1 +
plug-ins/print/Makefile.am | 1 +
plug-ins/pygimp/Makefile.am | 2 +-
plug-ins/script-fu/Makefile.am | 1 +
plug-ins/selection-to-path/Makefile.am | 1 +
plug-ins/twain/Makefile.am | 1 +
plug-ins/win-snap/Makefile.am | 2 ++
32 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/color-rotate/Makefile.am b/plug-ins/color-rotate/Makefile.am
index 5304c5f..0a9912c 100644
--- a/plug-ins/color-rotate/Makefile.am
+++ b/plug-ins/color-rotate/Makefile.am
@@ -44,6 +44,7 @@ color_rotate_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-bmp/Makefile.am b/plug-ins/file-bmp/Makefile.am
index b23eaf5..e06b395 100644
--- a/plug-ins/file-bmp/Makefile.am
+++ b/plug-ins/file-bmp/Makefile.am
@@ -32,6 +32,7 @@ file_bmp_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-compressor/Makefile.am b/plug-ins/file-compressor/Makefile.am
index e41416a..e8263a4 100644
--- a/plug-ins/file-compressor/Makefile.am
+++ b/plug-ins/file-compressor/Makefile.am
@@ -22,6 +22,7 @@ file_compressor_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-faxg3/Makefile.am b/plug-ins/file-faxg3/Makefile.am
index cb9a919..9ea65de 100644
--- a/plug-ins/file-faxg3/Makefile.am
+++ b/plug-ins/file-faxg3/Makefile.am
@@ -32,6 +32,7 @@ INCLUDES = \
-I$(top_srcdir) \
$(CAIRO_CFLAGS) \
$(GDK_PIXBUF_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-fits/Makefile.am b/plug-ins/file-fits/Makefile.am
index c95a6e2..1230308 100644
--- a/plug-ins/file-fits/Makefile.am
+++ b/plug-ins/file-fits/Makefile.am
@@ -32,6 +32,7 @@ file_fits_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-fli/Makefile.am b/plug-ins/file-fli/Makefile.am
index 09589f3..8f78adf 100644
--- a/plug-ins/file-fli/Makefile.am
+++ b/plug-ins/file-fli/Makefile.am
@@ -31,6 +31,7 @@ file_fli_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-ico/Makefile.am b/plug-ins/file-ico/Makefile.am
index 3711e0f..fef15ca 100644
--- a/plug-ins/file-ico/Makefile.am
+++ b/plug-ins/file-ico/Makefile.am
@@ -38,6 +38,7 @@ file_ico_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-jpeg/Makefile.am b/plug-ins/file-jpeg/Makefile.am
index 8861f5d..98484c2 100644
--- a/plug-ins/file-jpeg/Makefile.am
+++ b/plug-ins/file-jpeg/Makefile.am
@@ -26,6 +26,7 @@ INCLUDES = \
$(GTK_CFLAGS) \
$(EXIF_CFLAGS) \
$(LCMS_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
libexec_PROGRAMS = file-jpeg
diff --git a/plug-ins/file-psd/Makefile.am b/plug-ins/file-psd/Makefile.am
index bd59401..cfeb2c7 100644
--- a/plug-ins/file-psd/Makefile.am
+++ b/plug-ins/file-psd/Makefile.am
@@ -50,6 +50,7 @@ EXTRA_DIST = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-sgi/Makefile.am b/plug-ins/file-sgi/Makefile.am
index 5c55a4a..3f2e059 100644
--- a/plug-ins/file-sgi/Makefile.am
+++ b/plug-ins/file-sgi/Makefile.am
@@ -31,6 +31,7 @@ file_sgi_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-uri/Makefile.am b/plug-ins/file-uri/Makefile.am
index e1140d1..7f099d3 100644
--- a/plug-ins/file-uri/Makefile.am
+++ b/plug-ins/file-uri/Makefile.am
@@ -48,6 +48,7 @@ INCLUDES = \
-I$(top_srcdir) \
$(backend_cflags) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/file-xjt/Makefile.am b/plug-ins/file-xjt/Makefile.am
index fd22170..ab2e18d 100644
--- a/plug-ins/file-xjt/Makefile.am
+++ b/plug-ins/file-xjt/Makefile.am
@@ -29,6 +29,7 @@ file_xjt_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/flame/Makefile.am b/plug-ins/flame/Makefile.am
index f9cf717..fc5a4ec 100644
--- a/plug-ins/flame/Makefile.am
+++ b/plug-ins/flame/Makefile.am
@@ -38,6 +38,7 @@ flame_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
EXTRA_DIST = README
diff --git a/plug-ins/fractal-explorer/Makefile.am b/plug-ins/fractal-explorer/Makefile.am
index ce8d09c..e089a9f 100644
--- a/plug-ins/fractal-explorer/Makefile.am
+++ b/plug-ins/fractal-explorer/Makefile.am
@@ -36,6 +36,7 @@ fractal_explorer_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/gfig/Makefile.am b/plug-ins/gfig/Makefile.am
index 0b06e74..6f2b818 100644
--- a/plug-ins/gfig/Makefile.am
+++ b/plug-ins/gfig/Makefile.am
@@ -67,6 +67,7 @@ EXTRA_DIST = README
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/gimpressionist/Makefile.am b/plug-ins/gimpressionist/Makefile.am
index 1ffd278..2708d41 100644
--- a/plug-ins/gimpressionist/Makefile.am
+++ b/plug-ins/gimpressionist/Makefile.am
@@ -29,6 +29,7 @@ AM_LDFLAGS = $(mwindows)
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
libexecdir = $(gimpplugindir)/plug-ins
diff --git a/plug-ins/gradient-flare/Makefile.am b/plug-ins/gradient-flare/Makefile.am
index ec62bb9..bec0055 100644
--- a/plug-ins/gradient-flare/Makefile.am
+++ b/plug-ins/gradient-flare/Makefile.am
@@ -32,6 +32,7 @@ gradient_flare_SOURCES = gradient-flare.c
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/help-browser/Makefile.am b/plug-ins/help-browser/Makefile.am
index 2ea3c4b..f521365 100644
--- a/plug-ins/help-browser/Makefile.am
+++ b/plug-ins/help-browser/Makefile.am
@@ -28,6 +28,7 @@ libexec_PROGRAMS = help-browser
INCLUDES = \
-I$(top_srcdir) \
$(WEBKIT_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/help/Makefile.am b/plug-ins/help/Makefile.am
index c83d7e6..e7efde6 100644
--- a/plug-ins/help/Makefile.am
+++ b/plug-ins/help/Makefile.am
@@ -46,6 +46,7 @@ INCLUDES = \
-I$(top_srcdir) \
$(CAIRO_CFLAGS) \
$(GIO_CFLAGS) \
+ $(GEGL_CFLAGS) \
$(GDK_PIXBUF_CFLAGS) \
-I$(includedir)
diff --git a/plug-ins/ifs-compose/Makefile.am b/plug-ins/ifs-compose/Makefile.am
index be4fb2a..719fae8 100644
--- a/plug-ins/ifs-compose/Makefile.am
+++ b/plug-ins/ifs-compose/Makefile.am
@@ -36,6 +36,7 @@ EXTRA_DIST = README.ifscompose
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/imagemap/Makefile.am b/plug-ins/imagemap/Makefile.am
index 7a8be2e..ec436c0 100644
--- a/plug-ins/imagemap/Makefile.am
+++ b/plug-ins/imagemap/Makefile.am
@@ -134,6 +134,7 @@ imagemap_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/lighting/Makefile.am b/plug-ins/lighting/Makefile.am
index 8948330..6591537 100644
--- a/plug-ins/lighting/Makefile.am
+++ b/plug-ins/lighting/Makefile.am
@@ -46,6 +46,7 @@ lighting_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/map-object/Makefile.am b/plug-ins/map-object/Makefile.am
index 3ee9dc3..f0c51fd 100644
--- a/plug-ins/map-object/Makefile.am
+++ b/plug-ins/map-object/Makefile.am
@@ -46,6 +46,7 @@ map_object_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/maze/Makefile.am b/plug-ins/maze/Makefile.am
index b381096..fb9b7c5 100644
--- a/plug-ins/maze/Makefile.am
+++ b/plug-ins/maze/Makefile.am
@@ -36,6 +36,7 @@ maze_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/metadata/Makefile.am b/plug-ins/metadata/Makefile.am
index 91d43c0..8babc5f 100644
--- a/plug-ins/metadata/Makefile.am
+++ b/plug-ins/metadata/Makefile.am
@@ -64,6 +64,7 @@ xmpdump_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
$(EXIF_CFLAGS) \
-I$(includedir)
diff --git a/plug-ins/pagecurl/Makefile.am b/plug-ins/pagecurl/Makefile.am
index 940542c..5d1260d 100644
--- a/plug-ins/pagecurl/Makefile.am
+++ b/plug-ins/pagecurl/Makefile.am
@@ -37,6 +37,7 @@ pagecurl_SOURCES = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/print/Makefile.am b/plug-ins/print/Makefile.am
index 32abdc5..ea2ea28 100644
--- a/plug-ins/print/Makefile.am
+++ b/plug-ins/print/Makefile.am
@@ -22,6 +22,7 @@ AM_LDFLAGS = $(mwindows)
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/pygimp/Makefile.am b/plug-ins/pygimp/Makefile.am
index 72b0c01..62843b9 100644
--- a/plug-ins/pygimp/Makefile.am
+++ b/plug-ins/pygimp/Makefile.am
@@ -21,7 +21,7 @@ endif
AM_CFLAGS = $(PYGIMP_EXTRA_CFLAGS)
-INCLUDES = -I$(top_srcdir) $(PYTHON_INCLUDES) $(PYGTK_CFLAGS) $(GTK_CFLAGS)
+INCLUDES = -I$(top_srcdir) $(PYTHON_INCLUDES) $(PYGTK_CFLAGS) $(GTK_CFLAGS) $(GEGL_CFLAGS)
pygimpbase = python
diff --git a/plug-ins/script-fu/Makefile.am b/plug-ins/script-fu/Makefile.am
index d08a663..9a388c8 100644
--- a/plug-ins/script-fu/Makefile.am
+++ b/plug-ins/script-fu/Makefile.am
@@ -29,6 +29,7 @@ AM_CFLAGS = \
-DUSE_STRLWR=0 \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
AM_LDFLAGS = $(mwindows)
diff --git a/plug-ins/selection-to-path/Makefile.am b/plug-ins/selection-to-path/Makefile.am
index 68f59e4..a47dde0 100644
--- a/plug-ins/selection-to-path/Makefile.am
+++ b/plug-ins/selection-to-path/Makefile.am
@@ -54,6 +54,7 @@ EXTRA_DIST = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/twain/Makefile.am b/plug-ins/twain/Makefile.am
index 5f7639b..7abe073 100644
--- a/plug-ins/twain/Makefile.am
+++ b/plug-ins/twain/Makefile.am
@@ -56,6 +56,7 @@ EXTRA_DIST = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
diff --git a/plug-ins/win-snap/Makefile.am b/plug-ins/win-snap/Makefile.am
index b431bab..b818c06 100644
--- a/plug-ins/win-snap/Makefile.am
+++ b/plug-ins/win-snap/Makefile.am
@@ -28,6 +28,8 @@ EXTRA_DIST = \
INCLUDES = \
-I$(top_srcdir) \
$(GTK_CFLAGS) \
+ $(GEGL_CFLAGS) \
+ $(GEGL_CFLAGS) \
-I$(includedir)
LDADD = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]