[gtk+] Remove config.rpath from EXTRA_DIST



commit 2d2f8e3fa3d39228f3be548789fc21774eaf52a6
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Aug 9 17:16:17 2016 +0100

    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

 Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 86f773a..e53cb6a 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 = \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]