diff options
author | Tor Lillqvist <tml@novell.com> | 2007-01-30 20:25:58 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2007-01-30 20:25:58 +0000 |
commit | 8ddfe92a07386a9af40114c1dcaa2d3e8f10e164 (patch) | |
tree | 7e4b1f5a3db50e13ebcacf319dcd92e3eeec7004 /Makefile.am | |
parent | 467af78c0a1e1e1031fdfde35c64ade28bc2c964 (diff) | |
download | pango-8ddfe92a07386a9af40114c1dcaa2d3e8f10e164.tar.gz |
Include just pango-zip.sh.in in the tarball, not pango-zip.sh.
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.
svn path=/trunk/; revision=2188
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |