diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-01-30 Tor Lillqvist <tml@novell.com> + + * Makefile.am (EXTRA_DIST): Include just pango-zip.sh.in in the + tarball, not pango-zip.sh. + 2007-01-24 Behdad Esfahbod <behdad@gnome.org> * pango/fonts.c (pango_font_get_metrics), diff --git a/Makefile.am b/Makefile.am index a44f96c2..86e9920a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ EXTRA_DIST = \ MAINTAINERS \ HACKING \ README.win32 \ - pango-zip.sh \ + pango-zip.sh.in \ sanitize-la.sh MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ |