summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-12-19 14:34:21 +0100
committerBruno Haible <bruno@clisp.org>2019-12-19 14:34:21 +0100
commitc877caa36f7f3d81025efccea454e5b630ac9977 (patch)
tree07fe4c484a6d7c288809d0573a31625d8a8e9733
parent72164a028d1a9c7332114f7c2a30cd5e1b4896b8 (diff)
downloadlibunistring-c877caa36f7f3d81025efccea454e5b630ac9977.tar.gz
build: Remove generated lib/uni*.h files from the tarball.
* lib/Makefile.am (nodist_include_HEADERS): New variable. (nobase_include_HEADERS): Remove the headers files listed in nodist_include_HEADERS.
-rw-r--r--ChangeLog7
-rw-r--r--lib/Makefile.am6
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 51e9cef..df01b50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-12-19 Bruno Haible <bruno@clisp.org>
+
+ build: Remove generated lib/uni*.h files from the tarball.
+ * lib/Makefile.am (nodist_include_HEADERS): New variable.
+ (nobase_include_HEADERS): Remove the headers files listed in
+ nodist_include_HEADERS.
+
2019-09-01 Bruno Haible <bruno@clisp.org>
build: Explain how to avoid skipped tests.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 640b2cb..bb05483 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -28,7 +28,7 @@ SUFFIXES =
lib_LTLIBRARIES = libunistring.la
-nobase_include_HEADERS = \
+nodist_include_HEADERS = \
unitypes.h \
unistr.h \
uniconv.h \
@@ -40,7 +40,9 @@ nobase_include_HEADERS = \
uniwbrk.h \
unilbrk.h \
uninorm.h \
- unicase.h \
+ unicase.h
+
+nobase_include_HEADERS = \
unistring/inline.h
noinst_HEADERS = \