[gnome-commander] Add missing gmodule library for linking in Makefile



commit 83e7b6f967030304ba29a908fc387b8d6b1ba2a6
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Fri Oct 8 23:18:22 2021 +0200

    Add missing gmodule library for linking in Makefile

 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 19420206..bfd13b96 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -94,6 +94,7 @@ gnome_commander_LDADD = \
        dialogs/libgcmd-dialogs.a \
        tags/libgcmd-tags.a \
        intviewer/libgviewer.a \
+       $(GMODULE_LIBS) \
        $(GTK_LIBS) \
        $(GNOMEVFS_LIBS) \
        $(UNIQUE_LIBS) \


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