From f8302c78451618e3d4776e6156d10aa634579aa3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 16 Feb 2009 12:53:20 -0600 Subject: Turns out that in configure it was 'messaging' -- oops, fixed to be the same as everywhere else. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a10d74f..63b8afb 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-messages.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-messaging, 0.1) +AM_INIT_AUTOMAKE(indicator-messages, 0.1) AM_MAINTAINER_MODE -- cgit v1.2.3