diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2016-08-09 17:16:17 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2016-08-09 17:19:48 +0100 |
commit | 2d2f8e3fa3d39228f3be548789fc21774eaf52a6 (patch) | |
tree | a143f3b73075791b62e423886a3350873def2477 /Makefile.am | |
parent | 0be9adc5a3131821ba3307370203905dc2c69445 (diff) | |
download | gtk+-2d2f8e3fa3d39228f3be548789fc21774eaf52a6.tar.gz |
Remove config.rpath from EXTRA_DIST
The config.rpath script was added by running gettextize, but it's not
really needed, as config.rpath is generated by autotools and it's
included in the dist tarball automatically.
Upstream gettextize has been fixed so it does not happen any more:
http://savannah.gnu.org/bugs/index.php?48729
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 86f773a1d4..e53cb6a875 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,6 @@ EXTRA_DIST += \ sanitize-la.sh \ po/README.translators \ po/po2tbl.sed.in \ - build-aux/config.rpath \ make-pot MAINTAINERCLEANFILES = \ |