[librsvg: 5/11] Fix include paths in tests/



commit fceb421346cb7389b0516675eb6adfad47992257
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Feb 22 19:39:22 2018 -0600

    Fix include paths in tests/

 tests/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f1c23f85..6005eb2e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -51,7 +51,7 @@ LDADD = $(top_builddir)/librsvg-@RSVG_API_MAJOR_VERSION@.la           \
 
 AM_CPPFLAGS =                                  \
        -I$(srcdir)                             \
-       -I$(top_srcdir)/librsvg                 \
+       -I$(top_srcdir)                         \
        -DTEST_DATA_DIR="\"$(srcdir)\""         \
        -DTEST_SRC_DIR="\"$(PWD)\""             \
        -DTOP_SRC_DIR="\"$(top_srcdir)\""       \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]