[gnome-commander/gcmd-1-14: 6/11] Remove deprecated linking of GnomeVFS library, which was not working at all




commit 90a282fccdbdb1b6fb3cd851f6274a349baa0b56
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Sun Feb 6 11:30:02 2022 +0100

    Remove deprecated linking of GnomeVFS library, which was not working at all

 libgcmd/Makefile.am            | 4 ++--
 plugins/fileroller/Makefile.am | 2 +-
 plugins/test/Makefile.am       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libgcmd/Makefile.am b/libgcmd/Makefile.am
index 23ce34ee..03785074 100644
--- a/libgcmd/Makefile.am
+++ b/libgcmd/Makefile.am
@@ -24,7 +24,7 @@ libgcmd_la_SOURCES = \
        libgcmd-deps.h \
        libgcmd.h
 
-libgcmd_la_LIBADD = $(GTK_LIBS) $(GNOMEVFS_LIBS)
-libgcmd_la_LDFLAGS = $(GTK_LIBS) $(GNOMEVFS_LIBS)
+libgcmd_la_LIBADD = $(GTK_LIBS)
+libgcmd_la_LDFLAGS = $(GTK_LIBS)
 
 -include $(top_srcdir)/git.mk
diff --git a/plugins/fileroller/Makefile.am b/plugins/fileroller/Makefile.am
index 621f03d9..41e167be 100644
--- a/plugins/fileroller/Makefile.am
+++ b/plugins/fileroller/Makefile.am
@@ -19,6 +19,6 @@ libfileroller_la_SOURCES = \
        file-roller-plugin.h file-roller-plugin.cc \
        file-roller.xpm file-roller-small.xpm
 
-libfileroller_la_LDFLAGS = $(GTK_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version
+libfileroller_la_LDFLAGS = $(GTK_LIBS) -module -avoid-version
 
 -include $(top_srcdir)/git.mk
diff --git a/plugins/test/Makefile.am b/plugins/test/Makefile.am
index c291f57c..7fd44187 100644
--- a/plugins/test/Makefile.am
+++ b/plugins/test/Makefile.am
@@ -20,6 +20,6 @@ libtest_la_SOURCES = \
        test-plugin.h test-plugin.cc \
        test-plugin.xpm
 
-libtest_la_LDFLAGS = $(GTK_LIBS) $(GNOMEVFS_LIBS) -module -avoid-version
+libtest_la_LDFLAGS = $(GTK_LIBS) -module -avoid-version
 
 -include $(top_srcdir)/git.mk


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