summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-06 23:47:27 +0200
committerBruno Haible <bruno@clisp.org>2021-04-07 01:32:16 +0200
commitca45f9feb81f5c3eb8aeecb4902e3a828c216767 (patch)
tree32ddb540852967edbb79ec767b2b749f9ca60b1c /Makefile.am
parentd508c957535ea48bf1dcd29c9ddbae4c35e2f235 (diff)
downloadlibunistring-ca45f9feb81f5c3eb8aeecb4902e3a828c216767.tar.gz
build: Fix the set of exported symbols on Alpine Linux.
* build-aux/join-v-1: New file. * Makefile.am (EXTRA_DIST): Add it. * lib/Makefile.am (config.h): Use it instead of 'join -v 1'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index fdc3e68..2fdb9c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the toplevel directory of GNU libunistring.
-## Copyright (C) 2009, 2016, 2018 Free Software Foundation, Inc.
+## Copyright (C) 2009, 2016, 2018, 2021 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ SUBDIRS = doc gnulib-local lib tests
EXTRA_DIST = \
version.sh BUGS DEPENDENCIES HACKING autogen.sh \
- build-aux/texi2html build-aux/run-test
+ build-aux/join-v-1 build-aux/texi2html build-aux/run-test
# Allow users to use "gnulib-tool --update".