aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-10 13:40:22 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-10 13:40:22 -0400
commit8af1b04c6e64f3ddfc5d1454474a422f2b7772b9 (patch)
tree71f9e5666d079b0f33aac02322c9e32b0b34bef0 /configure.ac
parentb358f7c0a1b52e146f0870ae42bf673a944f75c1 (diff)
downloadayatana-indicator-notifications-8af1b04c6e64f3ddfc5d1454474a422f2b7772b9.tar.gz
ayatana-indicator-notifications-8af1b04c6e64f3ddfc5d1454474a422f2b7772b9.tar.bz2
ayatana-indicator-notifications-8af1b04c6e64f3ddfc5d1454474a422f2b7772b9.zip
Beginning the great renaming from example to notifications.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 589cf36..54ead3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
-AC_INIT(indicator-example, 0.1.0, jason.conti@gmail.com)
+AC_INIT(indicator-notifications, 0.1.0, jason.conti@gmail.com)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-example, 0.1.0)
+AM_INIT_AUTOMAKE(indicator-notifications, 0.1.0)
AM_MAINTAINER_MODE
@@ -171,7 +171,7 @@ AC_DEFUN([AC_DEFINE_PATH], [
# Internationalization
###########################
-GETTEXT_PACKAGE=indicator-example
+GETTEXT_PACKAGE=indicator-notifications
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of the default get text domain])
AC_DEFINE_PATH(GNOMELOCALEDIR, "${datadir}/locale", [locale directory])