diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index a5ae081..718432e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ SUBDIRS = polkitgtkmate src po docs EXTRA_DIST = \ - autogen.sh \ - TODO \ HACKING clean-local : diff --git a/configure.ac b/configure.ac index 1fd95d1..8a7bddc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.7.0],[http://www.mate-desktop.org/],[polkit-mate]) +AC_INIT([polkit-mate],[1.7.0],[http://www.mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip]) |