[gnome-logs] Fix include path for tests



commit 9ee2ec369d7c34643f5f8150dd5d1264fb11d4ba
Author: David King <davidk gnome org>
Date:   Wed Feb 18 18:22:23 2015 +0000

    Fix include path for tests

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 399ddf5..aaf7117 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -124,7 +124,7 @@ TESTS_ENVIRONMENT = \
 tests_test_gl_util_CPPFLAGS = \
        -DLOCALEDIR=\""$(localedir)"\" \
        -I$(top_builddir) \
-       -I$(top_builddir)/src \
+       -I$(top_srcdir)/src \
        $(WARN_CFLAGS)
 
 tests_test_gl_util_CFLAGS = \


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