summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSven Neumann <sven@svenfoo.org>2020-11-06 11:37:59 +0100
committerFederico Mena Quintero <federico@gnome.org>2020-11-06 11:30:44 -0600
commit6725ea2e584a445b639cab342a2541614360e772 (patch)
tree64743aca4364bd690f7a384f09a574f96f166372 /Makefile.am
parent7d032cb807b90fcb56fa6b378a6e628307c70989 (diff)
downloadlibrsvg-6725ea2e584a445b639cab342a2541614360e772.tar.gz
Reduce include search paths to the "include" directory
Making it impossible for rsvg-convert, gdk-pixbuf-loader and gtk-doc to include any non-public headers by not having them in the search path seems like a good idea.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 668030b2..5749263e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -231,9 +231,7 @@ rsvg_convert_SOURCES = \
$(NULL)
rsvg_convert_CPPFLAGS = \
- -I$(top_srcdir) \
-I$(top_srcdir)/include \
- -I$(top_builddir) \
-I$(top_builddir)/include \
-DLIBRSVG_DATADIR="\"$(datadir)\"" \
$(AM_CPPFLAGS)