From d1ced114151948f306dd88c89a8e80cdfc196d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 22 Mar 2012 01:26:33 +0000 Subject: [PATCH] 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 deletion(-) diff --git a/plug-ins/color-rotate/Makefile.am b/plug-ins/color-rotate/Makefile.am index 5304c5f3ce..0a9912ce20 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 b23eaf5496..e06b3950eb 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 e41416a27d..e8263a40a3 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 cb9a91911f..9ea65de0e8 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 c95a6e2e98..1230308921 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 09589f30a1..8f78adf8c6 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 3711e0f85f..fef15caa13 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 8861f5d318..98484c2c2f 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 bd59401bb0..cfeb2c7474 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 5c55a4a085..3f2e0595b5 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 e1140d11b7..7f099d3a04 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 fd221703c5..ab2e18d7ec 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 f9cf7175b4..fc5a4ecc22 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 ce8d09c37a..e089a9fe94 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 0b06e74dde..6f2b818e2e 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 1ffd27834f..2708d41c06 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 ec62bb9235..bec0055c23 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 2ea3c4bf32..f521365e3b 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 c83d7e6354..e7efde6481 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 be4fb2a4cb..719fae8314 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 7a8be2ed36..ec436c0200 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 8948330371..659153717c 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 3ee9dc3007..f0c51fd7da 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 b381096203..fb9b7c597f 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 91d43c0abb..8babc5f93d 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 940542ce6b..5d1260d6d0 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 32abdc5580..ea2ea28158 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 72b0c0126b..62843b944f 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 d08a663e90..9a388c8993 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 68f59e4880..a47dde0f86 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 5f7639b961..7abe073f21 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 b431bab364..b818c06c27 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 = \