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
commit4f77ce2b088ed68cb7ee4d6752cf58539c7367e2 (patch)
tree71f9e5666d079b0f33aac02322c9e32b0b34bef0 /configure.ac
parent3a94067aba24348a30162ee0a817b81e0d424d9d (diff)
downloadayatana-indicator-notifications-4f77ce2b088ed68cb7ee4d6752cf58539c7367e2.tar.gz
ayatana-indicator-notifications-4f77ce2b088ed68cb7ee4d6752cf58539c7367e2.tar.bz2
ayatana-indicator-notifications-4f77ce2b088ed68cb7ee4d6752cf58539c7367e2.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])