[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/Makefile.am: Reference gnulib lib
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/Texinfo/XS/Makefile.am: Reference gnulib libraries when building MiscXS.la library. |
Date: |
Wed, 24 Nov 2021 16:11:39 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new e9b0cbd * tp/Texinfo/XS/Makefile.am: Reference gnulib libraries when
building MiscXS.la library.
e9b0cbd is described below
commit e9b0cbd6b5ff2b088b6062b0950884306636e945
Author: Ken Brown <kbrown@cornell.edu>
AuthorDate: Wed Nov 24 21:10:58 2021 +0000
* tp/Texinfo/XS/Makefile.am: Reference gnulib libraries when
building MiscXS.la library.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/Makefile.am | 1 +
2 files changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index d6245cf..2b472a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-11-24 Ken Brown <kbrown@cornell.edu>
+
+ * tp/Texinfo/XS/Makefile.am: Reference gnulib libraries when
+ building MiscXS.la library.
+
2021-11-24 Gavin Smith <gavinsmith0123@gmail.com>
install-info avoid accessing freed memory
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index 999fda1..6249839 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -53,6 +53,7 @@ TestXS_la_SOURCES = TestXS.c ppport.h
xs_LTLIBRARIES += MiscXS.la
MiscXS_la_SOURCES = MiscXS.c misc.c miscxs.h ppport.h
+MiscXS_la_LIBADD = $(builddir)/gnulib/lib/libgnu.la
# TestXS.la has to be included in xs_LIBRARIES, and not noinst_LIBRARIES,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/Makefile.am: Reference gnulib libraries when building MiscXS.la library.,
Gavin D. Smith <=