From afa6e7a9a97a8e6fb67d59e65cc815514a6c16a3 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 11 Aug 2024 10:22:59 +0200 Subject: [PATCH] Fix: Remove obsolete library from Makefile.am --- src/mate/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mate/Makefile.am b/src/mate/Makefile.am index b32cb7e..e13fbde 100644 --- a/src/mate/Makefile.am +++ b/src/mate/Makefile.am @@ -9,7 +9,6 @@ matesimulator_SOURCES = \ matesimulator_LDADD = \ $(COMMON_LA) \ $(top_builddir)/src/liboptions/liboptions.a \ - $(top_builddir)/src/libdebug/libdebug.a \ $(top_builddir)/src/libwave/libwave.a \ $(top_builddir)/src/libsample/libsample.a \ $(top_builddir)/src/liblogging/liblogging.a \