]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix "make dist".
authorBruno Haible <bruno@clisp.org>
Mon, 23 Oct 2006 15:30:46 +0000 (15:30 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:12 +0000 (12:14 +0200)
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/Makefile.am

index 15b69111b71211ae9bffed44cfd596fd1472d502..83b80b12e8f2fb3340604f1e626e3d4979ccb052 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-23  Bruno Haible  <bruno@clisp.org>
+
+       Fix "make dist".
+       * Makefile.am (nodist_noinst_HEADERS): Renamed from noinst_HEADERS.
+       (libgettextpo_la_SOURCES): Remove gettext-po.h.
+
 2006-10-21  Bruno Haible  <bruno@clisp.org>
 
        * gettext-po.h.in (struct po_error_handler): Add format attribute to
index c1144401af2a866703f4d0404e414ca53c428690..620f0ac181d5f6475f8e0342752e44cb0bf8dc2a 100644 (file)
@@ -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 = \