From 713fbe7d6df4e0a6ca056c63c1e038a621e8f310 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 7 Oct 2013 15:15:25 +0200 Subject: Fixes for make dist --- Makefile.am | 2 -- configure.ac | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 19583c6..6f58f0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ SUBDIRS = polkitgtkmate src po docs EXTRA_DIST = \ - autogen.sh \ - TODO \ HACKING ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} diff --git a/configure.ac b/configure.ac index 81a33c1..dee3a67 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.6.0],[http://www.mate-desktop.org/],[polkit-mate]) +AC_INIT([polkit-mate],[1.6.0],[http://www.mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip]) -- cgit v1.2.1