poke-devel
[Top][All Lists]
Advanced

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

[PATCH] Rename gl/libpoke.la to gl/libgnu.la


From: Tim Rühsen
Subject: [PATCH] Rename gl/libpoke.la to gl/libgnu.la
Date: Thu, 26 Mar 2020 17:01:42 +0100

2020-03-26  Tim Rühsen  <address@hidden>

        * bootstrap.conf: Set gnulib_name=libgnu
        * src/Makefile.am: Rename libpoke to libgnu.
---
 ChangeLog       | 5 +++++
 bootstrap.conf  | 2 +-
 src/Makefile.am | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4a6e0f0c..c6a4c120 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-26  Tim Rühsen  <address@hidden>
+
+       * bootstrap.conf: Set gnulib_name=libgnu
+       * src/Makefile.am: Rename libpoke to libgnu.
+
 2020-03-26  Tim Rühsen  <address@hidden>

        * Makefile.am: Rename lib to gl.
diff --git a/bootstrap.conf b/bootstrap.conf
index 644b6ef7..6d5affca 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -60,7 +60,7 @@ SKIP_PO=t
 source_base=gl

 # gnulib library name
-gnulib_name=libpoke
+gnulib_name=libgnu

 checkout_only_file=

diff --git a/src/Makefile.am b/src/Makefile.am
index 734100fc..d9fa8a30 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,7 +81,7 @@ poke_CPPFLAGS = -I$(top_builddir)/gl -I$(top_srcdir)/gl \
                 -DJITTER_VERSION=\"$(JITTER_VERSION)\" \
                 -DLOCALEDIR=\"$(localedir)\"
 poke_CFLAGS = -Wall $(BDW_GC_CFLAGS) $(LIBNBD_CFLAGS)
-poke_LDADD = $(top_builddir)/gl/libpoke.la \
+poke_LDADD = $(top_builddir)/gl/libgnu.la \
              libpvmjitter.a \
              $(LIBNBD_LIBS) \
              $(LTLIBREADLINE) $(BDW_GC_LIBS) $(LIBTEXTSTYLE)
--
2.26.0




reply via email to

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