[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 008477a 3/5: Rename a makefile variable, for
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 008477a 3/5: Rename a makefile variable, for concinnity |
Date: |
Thu, 30 Sep 2021 20:43:51 -0400 (EDT) |
branch: master
commit 008477a9b30e69b3e65ab8b676276d3b8edad9e2
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>
Rename a makefile variable, for concinnity
Cf. $(wx_ldflags), which is similarly produced by
$(shell some-config-script --libs)
---
workhorse.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/workhorse.make b/workhorse.make
index 9a18d01..2c31e14 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -193,7 +193,7 @@ endif
# https://mail.gnome.org/archives/xslt/2001-October/msg00133.html
# https://lists.nongnu.org/archive/html/lmi/2020-10/msg00066.html
-xml_libraries := \
+xml_ldflags := \
$(shell xmlwrapp-config --libs) \
-lexslt \
$(shell xslt-config --libs) \
@@ -772,7 +772,7 @@ $(product_file_sources): tutelary_flag +=
$(product_file_flags)
# http://boost.org/more/faq.htm
REQUIRED_LIBS := \
- $(xml_libraries) \
+ $(xml_ldflags) \
################################################################################
- [lmi-commits] [lmi] master updated (0e2fd3b -> d2dd934), Greg Chicares, 2021/09/30
- [lmi-commits] [lmi] master 008477a 3/5: Rename a makefile variable, for concinnity,
Greg Chicares <=
- [lmi-commits] [lmi] master d2dd934 5/5: Expunge $(REQUIRED_LIBS) [275], Greg Chicares, 2021/09/30
- [lmi-commits] [lmi] master 04883bb 4/5: Specify $(xml_ldflags) exactly where required, Greg Chicares, 2021/09/30
- [lmi-commits] [lmi] master 2a768f8 2/5: Rearrange certain linker flags, Greg Chicares, 2021/09/30
- [lmi-commits] [lmi] master 0422450 1/5: Augment 'make show_flags', Greg Chicares, 2021/09/30