aboutsummaryrefslogtreecommitdiffstats
path: root/extension/ChangeLog
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2017-03-07 09:00:46 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2017-03-07 09:00:46 -0500
commitb39a138b9e445073f5f70ece80fa8a5393b1ea50 (patch)
tree027cc6970a83a92ff4e5896a9aa6cf0f0f67db7f /extension/ChangeLog
parent50a83f464b8c573bf8053dbb503041f4640b68d2 (diff)
downloadegawk-b39a138b9e445073f5f70ece80fa8a5393b1ea50.tar.gz
egawk-b39a138b9e445073f5f70ece80fa8a5393b1ea50.tar.bz2
egawk-b39a138b9e445073f5f70ece80fa8a5393b1ea50.zip
Stop installing the extension testext library, since it is useful only for testing.
Diffstat (limited to 'extension/ChangeLog')
-rw-r--r--extension/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 89be82da..f1622b69 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,15 @@
+2017-03-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * Makefile.am (pkgextension_LTLIBRARIES): Remove testext.la, since it
+ does not make sense to install this library.
+ (noinst_LTLIBRARIES): New variable containing list of libraries to
+ build for testing purposes only. These libraries will not be installed.
+ Initially, it contains only testext.la.
+ (testext_la_LDFLAGS): Add "-rpath /foo" to convince automake/libtool
+ to build a shared version of this library. Since it is not being
+ installed, automake cannot use the final destination directory to
+ determine -rpath by itself. The value doesn't matter.
+
2017-01-21 Eli Zaretskii <eliz@gnu.org>
* testext.c (getuid) [__MINGW32__]: New function, mirrors what