From 150bf7265d91b90c44311e2cadf761a6ea6e7ef1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 Oct 2006 15:30:46 +0000 Subject: [PATCH] Fix "make dist". --- gettext-tools/libgettextpo/ChangeLog | 6 ++++++ gettext-tools/libgettextpo/Makefile.am | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 15b69111b..83b80b12e 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,9 @@ +2006-10-23 Bruno Haible + + Fix "make dist". + * Makefile.am (nodist_noinst_HEADERS): Renamed from noinst_HEADERS. + (libgettextpo_la_SOURCES): Remove gettext-po.h. + 2006-10-21 Bruno Haible * gettext-po.h.in (struct po_error_handler): Add format attribute to diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index c1144401a..620f0ac18 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -31,7 +31,7 @@ nodist_include_HEADERS = gettext-po.h noinst_LTLIBRARIES = -noinst_HEADERS = config.h +nodist_noinst_HEADERS = config.h AM_CPPFLAGS = \ -I. -I$(srcdir) \ @@ -41,7 +41,7 @@ AM_CPPFLAGS = \ # libgettextpo contains the public API for PO files. libgettextpo_la_SOURCES = \ - gettext-po.h gettext-po.c \ + gettext-po.c \ $(libgettextpo_la_AUXSOURCES) # These are auxiliary sources whose symbols should not be exported. libgettextpo_la_AUXSOURCES = \ -- 2.47.2