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



commit 94a2f3265ea20b834a84cf5f2a3c3a33d9aebc09
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Mon Feb 7 22:02:21 2022 +0100

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

 src/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b9db25cc..c158aedc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -100,9 +100,7 @@ gnome_commander_LDADD = \
        $(TAGLIB_LIBS) \
        $(CHM_LIBS) \
        $(GSF_LIBS) \
-       $(POPPLER_LIBS) \
-       $(PYTHON_LIBS) \
-       $(PYTHON_EXTRA_LIBS)
+       $(POPPLER_LIBS)
 
 CLEANFILES = \
        gnome-cmd-advrename-lexer.cc


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