From c877caa36f7f3d81025efccea454e5b630ac9977 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 19 Dec 2019 14:34:21 +0100 Subject: 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. --- ChangeLog | 7 +++++++ lib/Makefile.am | 6 ++++-- 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 + + 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 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 = \ -- cgit v1.2.1