diff options
author | Ted Gould <ted@gould.cx> | 2009-11-24 21:51:43 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-11-24 21:51:43 -0600 |
commit | 8fa7b92aff19e9e944bccda838c1c326c127275a (patch) | |
tree | a65b39acf2a6a5109ffbacb9f6860aeb53d7ec5c | |
parent | f0fcaa6a2ae71510adc036335c4f84ae6bf33f4c (diff) | |
download | libayatana-appindicator-8fa7b92aff19e9e944bccda838c1c326c127275a.tar.gz libayatana-appindicator-8fa7b92aff19e9e944bccda838c1c326c127275a.tar.bz2 libayatana-appindicator-8fa7b92aff19e9e944bccda838c1c326c127275a.zip |
Name changes
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -PKG_NAME="indicator-custom" +PKG_NAME="indicator-application" which gnome-autogen.sh || { echo "You need gnome-common from GNOME SVN" diff --git a/configure.ac b/configure.ac index d76aec8..4f1a1f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-custom, 0.0.1, ted@canonical.com) +AC_INIT(indicator-application, 0.0.1, ted@canonical.com) AC_COPYRIGHT([Copyright 2009 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-custom, 0.0.1) +AM_INIT_AUTOMAKE(indicator-application, 0.0.1) AM_MAINTAINER_MODE |