From: Bruno Haible Date: Mon, 23 Oct 2006 15:30:46 +0000 (+0000) Subject: Fix "make dist". X-Git-Tag: 0.16.x-branchpoint~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=150bf7265d91b90c44311e2cadf761a6ea6e7ef1;p=thirdparty%2Fgettext.git Fix "make dist". --- 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 = \