diff options
author | Ted Gould <ted@gould.cx> | 2010-12-02 14:37:25 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-02 14:37:25 -0600 |
commit | 2367242bfbfca9adfb5e445c04166cd2df7cdde2 (patch) | |
tree | 46893d9103e6378acfc87825113e1db5b872f016 | |
parent | f8e822fde727d44471a7ad31d16458c92cb9af49 (diff) | |
download | libayatana-appindicator-2367242bfbfca9adfb5e445c04166cd2df7cdde2.tar.gz libayatana-appindicator-2367242bfbfca9adfb5e445c04166cd2df7cdde2.tar.bz2 libayatana-appindicator-2367242bfbfca9adfb5e445c04166cd2df7cdde2.zip |
Changing the name to libappindicator in the base build files
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -PKG_NAME="indicator-application" +PKG_NAME="liappindicator" which gnome-autogen.sh || { echo "You need gnome-common from GNOME SVN" diff --git a/configure.ac b/configure.ac index 0ecea51..e3c3fdf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(indicator-application, 0.2.9, ted@canonical.com) +AC_INIT(libappindicator, 0.2.90, ted@canonical.com) AC_COPYRIGHT([Copyright 2009, 2010 Canonical]) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-application, 0.2.9) +AM_INIT_AUTOMAKE(libappindicator, 0.2.90) AM_MAINTAINER_MODE @@ -213,7 +213,7 @@ docs/reference/libappindicator-docs.sgml AC_MSG_NOTICE([ -Application Indicator Configuration: +Libappindicator Configuration: Prefix: $prefix Indicator Dir: $INDICATORDIR |