summaryrefslogtreecommitdiff
path: root/gdk-pixbuf-loader
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2020-10-30 13:14:52 -0600
committerFederico Mena Quintero <federico@gnome.org>2020-10-30 18:14:56 -0600
commitb08aa3a98f1639364be32dd45adf3aeadac0037d (patch)
treeec21a8356b2c4901edaf1f3706652ea903c42e31 /gdk-pixbuf-loader
parenta9e23cee2cc506401e5c548112303208e4d7a288 (diff)
downloadlibrsvg-b08aa3a98f1639364be32dd45adf3aeadac0037d.tar.gz
Fix includes in gdk-pixbuf-loader
Diffstat (limited to 'gdk-pixbuf-loader')
-rw-r--r--gdk-pixbuf-loader/Makefile.am2
-rw-r--r--gdk-pixbuf-loader/io-svg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf-loader/Makefile.am b/gdk-pixbuf-loader/Makefile.am
index a69eadf2..28e04d63 100644
--- a/gdk-pixbuf-loader/Makefile.am
+++ b/gdk-pixbuf-loader/Makefile.am
@@ -10,7 +10,7 @@ libpixbufloader_svg_la_SOURCES = \
libpixbufloader_svg_la_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
- -I$(top_builddir)/librsvg \
+ -I$(top_builddir)/include \
-DGDK_PIXBUF_ENABLE_BACKEND \
-DG_LOG_DOMAIN=\"libpixbufloader-svg\" \
$(AM_CPPFLAGS)
diff --git a/gdk-pixbuf-loader/io-svg.c b/gdk-pixbuf-loader/io-svg.c
index a8577d0b..8a404417 100644
--- a/gdk-pixbuf-loader/io-svg.c
+++ b/gdk-pixbuf-loader/io-svg.c
@@ -28,7 +28,7 @@
#include <stdlib.h>
-#include "librsvg/rsvg.h"
+#include "include/rsvg.h"
#include <gdk-pixbuf/gdk-pixbuf.h>
#define N_(string) (string)