diff options
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 10a7722..0a839e4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,7 +13,9 @@ endif TESTS = $(noinst_PROGRAMS) AM_CPPFLAGS = \ - $(GIO_CFLAGS) -I$(top_srcdir)/gtk \ + $(GIO_CFLAGS) \ + -I$(top_srcdir)/gtk \ + -I$(top_builddir)/gtk \ -DG_LOG_DOMAIN=\"GSpice\" \ $(NULL) |