[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfoxs_la_CPPF
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfoxs_la_CPPFLAGS): remove -I$(srcdir)/convert. |
Date: |
Fri, 15 Nov 2024 18:48:46 -0500 |
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 4e22a628a3 * tp/Texinfo/XS/Makefile.am (libtexinfoxs_la_CPPFLAGS):
remove -I$(srcdir)/convert.
4e22a628a3 is described below
commit 4e22a628a3401ea880f0241aa649c6c659bf6805
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Nov 16 00:48:38 2024 +0100
* tp/Texinfo/XS/Makefile.am (libtexinfoxs_la_CPPFLAGS): remove
-I$(srcdir)/convert.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/Makefile.am | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index fc9a0827f3..02cd04d98e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-15 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/Makefile.am (libtexinfoxs_la_CPPFLAGS): remove
+ -I$(srcdir)/convert.
+
2024-11-15 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/Makefile.am: move XS interfaces that do not need
diff --git a/tp/Texinfo/XS/Makefile.am b/tp/Texinfo/XS/Makefile.am
index c8508fe332..c22954c124 100644
--- a/tp/Texinfo/XS/Makefile.am
+++ b/tp/Texinfo/XS/Makefile.am
@@ -401,7 +401,7 @@ libtexinfoxs_la_SOURCES= \
main/options_get_perl.c
# locate include files under out-of-source builds.
-libtexinfoxs_la_CPPFLAGS = -I$(srcdir)/main -I$(srcdir)/convert $(AM_CPPFLAGS)
$(XSLIBS_CPPFLAGS)
+libtexinfoxs_la_CPPFLAGS = -I$(srcdir)/main $(AM_CPPFLAGS) $(XSLIBS_CPPFLAGS)
libtexinfoxs_la_CFLAGS = $(XSLIBS_CFLAGS)
libtexinfoxs_la_LIBADD = libtexinfo.la libxsutils.la $(platform_PERL_LIBADD)
# example to trigger errors associated with no undefined
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfoxs_la_CPPFLAGS): remove -I$(srcdir)/convert.,
Patrice Dumas <=