summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-07-01 17:03:24 -0700
committerMatthias Clasen <mclasen@redhat.com>2015-07-01 17:03:24 -0700
commit091c76f96c9a8973d8a96e330d1e0f464aec4869 (patch)
tree1a9cc5a6cdb181a9d1e948fb8006d0957bbd7f60
parentfb19e502e4c6c263c02725e1b049b3730b52ad13 (diff)
downloadlibrsvg-091c76f96c9a8973d8a96e330d1e0f464aec4869.tar.gz
Fix non-srcdir build
Jasper pointed out that this was broken for a while.
-rw-r--r--gdk-pixbuf-loader/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk-pixbuf-loader/Makefile.am b/gdk-pixbuf-loader/Makefile.am
index 1476a4ee..4c12d663 100644
--- a/gdk-pixbuf-loader/Makefile.am
+++ b/gdk-pixbuf-loader/Makefile.am
@@ -36,6 +36,8 @@ rsvg_loader_SOURCES = \
test.c \
$(NULL)
rsvg_loader_CPPFLAGS = \
+ -I$(top_srcdir) \
+ -I$(top_builddir) \
$(AM_CPPFLAGS)
rsvg_loader_CFLAGS = \
$(GDK_PIXBUF_CFLAGS) \