[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCE
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES) (ConvertXS_la_SOURCES): put generic converter source files in libtexinfo_la_SOURCES instead of ConvertXS_la_SOURCES as all the code that link against libtexinfoxs requires it through get_perl_info.c. |
Date: |
Wed, 02 Oct 2024 17:32:10 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new a745e7304b * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES)
(ConvertXS_la_SOURCES): put generic converter source files in
libtexinfo_la_SOURCES instead of ConvertXS_la_SOURCES as all the code that link
against libtexinfoxs requires it through get_perl_info.c.
a745e7304b is described below
commit a745e7304b6eca0a52d5a64310df320d518f26e0
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Aug 4 14:38:06 2024 +0200
* tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES)
(ConvertXS_la_SOURCES): put generic converter source files in
libtexinfo_la_SOURCES instead of ConvertXS_la_SOURCES as all the code
that link against libtexinfoxs requires it through get_perl_info.c.
---
ChangeLog | 7 +++++++
tp/Texinfo/XS/Makefile.am | 5 +++++
2 files changed, 12 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 25a7bbe3ad..e5436e2a9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,13 @@
(get_converter_info_from_sv): do not error out on
deprecated_config_directories customization hash directory key.
+2024-08-04 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES)
+ (ConvertXS_la_SOURCES): put generic converter source files in
+ libtexinfo_la_SOURCES instead of ConvertXS_la_SOURCES as all the code
+ that link against libtexinfoxs requires it through get_perl_info.c.
+
2024-08-04 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/utils.c (get_global_document_command): set
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index a6cb193331..96327e8cf4 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -113,6 +113,11 @@ endif
# api_to_perl.c and call_perl_function.c functions are called in other
# parts of the code and need to be linked against Perl
libtexinfo_la_SOURCES= \
+ convert/converter.h \
+ convert/converter.c \
+ convert/cmd_converter.c \
+ convert/converters_defaults.c \
+ convert/converters_defaults.h \
main/tree_types.h \
main/document_types.h \
main/tree.c \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES) (ConvertXS_la_SOURCES): put generic converter source files in libtexinfo_la_SOURCES instead of ConvertXS_la_SOURCES as all the code that link against libtexinfoxs requires it through get_perl_info.c.,
Patrice Dumas <=