summaryrefslogtreecommitdiff
path: root/gdk-pixbuf-loader
diff options
context:
space:
mode:
authorDominic Lachowicz <domlachowicz@gmail.com>2008-11-22 16:31:39 +0000
committerDom Lachowicz <doml@src.gnome.org>2008-11-22 16:31:39 +0000
commit949e471dfe58e6813233979d9d8b28906a82081d (patch)
treed3e9b6b77f64d448e4c7022aa782243a79980684 /gdk-pixbuf-loader
parent866b6a6f3fc8be0212a7d54a70abaf350ce02b7a (diff)
downloadlibrsvg-949e471dfe58e6813233979d9d8b28906a82081d.tar.gz
-I flag-ordering problem breaks build if system already has lib installed
2008-11-22 Dominic Lachowicz <domlachowicz@gmail.com> * gdk-pixbuf-loader/Makefile.am: -I flag-ordering problem breaks build if system already has lib installed (#558040). Patch from dmacks@netspace.org * Makefile.am: ditto svn path=/trunk/; revision=1189
Diffstat (limited to 'gdk-pixbuf-loader')
-rw-r--r--gdk-pixbuf-loader/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf-loader/Makefile.am b/gdk-pixbuf-loader/Makefile.am
index f5aa4cc9..f153fbad 100644
--- a/gdk-pixbuf-loader/Makefile.am
+++ b/gdk-pixbuf-loader/Makefile.am
@@ -6,11 +6,11 @@ no_undefined = -no-undefined
endif
INCLUDES = \
+ -I$(top_srcdir) \
$(LIBRSVG_CFLAGS) \
$(LIBGSF_CFLAGS) \
$(LIBCROCO_CFLAGS)\
- -DGDK_PIXBUF_ENABLE_BACKEND \
- -I$(top_srcdir)
+ -DGDK_PIXBUF_ENABLE_BACKEND
if ENABLE_PIXBUF_LOADER
target_pixbuf_loader = svg_loader.la