diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-08-12 14:41:37 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-08-12 14:41:37 +0000 |
commit | 97cea9ca8cb6d4919d4039748d1a72fc1dea30a1 (patch) | |
tree | 7d5a77ca370523d15af8ef101704b3f68ac73e0a /Makefile.am | |
parent | b0ab5bed4a61094c0d9d6f3d7ba7062bebaa0167 (diff) | |
download | gtk+-97cea9ca8cb6d4919d4039748d1a72fc1dea30a1.tar.gz |
Fix problem with trying to dist files from intl/, which is no longer
Sun Aug 12 10:39:12 2001 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Fix problem with trying to
dist files from intl/, which is no longer there.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a85a63ce8e..3ee3aa93f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,13 +19,12 @@ EXTRA_DIST = \ README.win32 \ README.nanox \ config.h.win32 \ - intl/libgettext.h \ - intl/po2tbl.sed.in \ po/README.tools \ po/README.translators \ po/desk.pl \ po/makefile.mingw \ po/update.pl \ + po/po2tbl.sed.in \ examples/aspectframe/Makefile \ examples/aspectframe/aspectframe.c \ examples/Makefile \ |