poke-devel
[Top][All Lists]
Advanced

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

[PATCH] testsuite: fix order of libraries in COMMON_LDADD


From: Hannes Domani
Subject: [PATCH] testsuite: fix order of libraries in COMMON_LDADD
Date: Tue, 27 Feb 2024 18:09:38 +0100

2024-02-27  Hannes Domani  <ssbssa@yahoo.de>

        * testsuite/poke.libpoke/Makefile.am (COMMON_LDADD): Put
        libpoke.la before libgnu.la.
---
 testsuite/poke.libpoke/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/poke.libpoke/Makefile.am 
b/testsuite/poke.libpoke/Makefile.am
index 8101c39a..b1a279a4 100644
--- a/testsuite/poke.libpoke/Makefile.am
+++ b/testsuite/poke.libpoke/Makefile.am
@@ -27,8 +27,8 @@ COMMON_CPPFLAGS = -I$(top_builddir)/gl -I$(top_srcdir)/gl \
                   -I$(top_srcdir)/testsuite/lib \
                   -DTESTDIR=\"$(abs_srcdir)\" \
                   -I$(top_srcdir)/libpoke -I$(top_builddir)/libpoke
-COMMON_LDADD = $(top_builddir)/gl/libgnu.la \
-               $(top_builddir)/libpoke/libpoke.la \
+COMMON_LDADD = $(top_builddir)/libpoke/libpoke.la \
+               $(top_builddir)/gl/libgnu.la \
                $(LTLIBTEXTSTYLE)
 
 # The test programs.
-- 
2.35.1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]