[gnome-commander/gcmd-1-10] Add missing gnome-vfs cflags and library variables to tests/Makefile.am



commit f890eaa4a451825448dd8c32f2e8bc8d2e7443c6
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Tue Jun 16 08:02:29 2020 +0200

    Add missing gnome-vfs cflags and library variables to tests/Makefile.am

 tests/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 97a4a7d3..a5306859 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,6 +7,7 @@ AM_CPPFLAGS = \
        $(GLIB_CFLAGS) \
        $(GOBJECT_CFLAGS) \
        $(GTK_CFLAGS) \
+       $(GNOMEVFS_CFLAGS) \
        $(GTEST_CPPFLAGS) \
        -I$(top_builddir)/src \
        -I$(top_srcdir) \
@@ -31,7 +32,8 @@ GCMD_LIBS = \
 ADDITIONAL_LDADD = \
        $(top_builddir)/src/intviewer/libgviewer.a \
        $(GOBJECT_LIBS) \
-       $(GTK_LIBS)
+       $(GTK_LIBS) \
+       $(GNOMEVFS_LIBS)
 
 IV_TESTS = \
        iv_viewerwidget \


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