[gnumeric: 1/2] plugins/excelplugins: Remove erroneous .libs




commit 3031cc85718dde12a34be46330ef3b8c885f4f9e
Author: orbea <orbea riseup net>
Date:   Tue May 10 15:52:57 2022 -0700

    plugins/excelplugins: Remove erroneous .libs
    
    The .libs directory is for internal usage by the libtool
    implementation only.
    
    When build gnumeric with slibtool instead of GNU libtool this
    will be a failure where slibtool is far more strict about user
    errors.
    
    rdlibtool: error logged in slbt_exec_link_create_dep_file(), line 1091: path not found: 
../../src/.libs/.libs/libspreadsheet.a.disabled.
    
    Gentoo Bug: https://bugs.gentoo.org/791610

 plugins/excelplugins/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/excelplugins/Makefile.am b/plugins/excelplugins/Makefile.am
index 3bc8f70b0..91e2fa765 100644
--- a/plugins/excelplugins/Makefile.am
+++ b/plugins/excelplugins/Makefile.am
@@ -7,7 +7,7 @@ gnumeric_plugin_excelpluginsdir = $(gnumeric_plugindir)/excelplugins
 xmldir = $(gnumeric_plugin_excelpluginsdir)
 gnumeric_plugin_excelplugins_LTLIBRARIES = plugin.la xlcall32.la
 plugin_la_LDFLAGS = -module $(GNUMERIC_PLUGIN_LDFLAGS)
-plugin_la_LIBADD = ../../src/.libs/libspreadsheet.la
+plugin_la_LIBADD = ../../src/libspreadsheet.la
 plugin_la_SOURCES = excelplugins.c
 xlcall32_la_LDFLAGS = -module $(GNUMERIC_PLUGIN_LDFLAGS)
 xlcall32_la_SOURCES = xlcall32_emulation.c win32replacements.h xlcall.h


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