[gnome-commander] Cleans up paths in unit tests Makefile



commit 2b4ad69ce79e44ef91077904cf6dbaa4468c793f
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Dec 6 18:50:05 2015 +0100

    Cleans up paths in unit tests Makefile

 tests/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e165dcf..be784bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,11 +8,10 @@ AM_CPPFLAGS = \
        $(GNOMEUI_CFLAGS) \
        $(GTEST_CPPFLAGS) \
        -I$(top_builddir)/src \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/intviewer \
-       -I$(top_srcdir)/tests \
-       -I$(srcdir)/ \
-       -I$(srcdir)/..
+       -I$(srcdir)
 
 INTVLIBS = \
        $(GLIB_LIBS) \


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