aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-19 15:39:40 -0500
committerTed Gould <ted@canonical.com>2009-08-19 15:39:40 -0500
commitd44ae676f2d89a286a8298927bdda89725d91603 (patch)
tree22c9d274820ab4ddef2ee1624ce29dd89f22716e /src/Makefile.am
parent83836f587d5f4c11a9227c215a719a4ec4f2a71f (diff)
downloadayatana-indicator-messages-d44ae676f2d89a286a8298927bdda89725d91603.tar.gz
ayatana-indicator-messages-d44ae676f2d89a286a8298927bdda89725d91603.tar.bz2
ayatana-indicator-messages-d44ae676f2d89a286a8298927bdda89725d91603.zip
Not sure why, but the naming of this file is really bugging me. Fixed now.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fea03eb..0428cbb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,6 +8,6 @@ libmessaging_la_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,
libmessaging_la_LIBADD = $(APPLET_LIBS)
libmessaging_la_LDFLAGS = -module -avoid-version
-indicator_messages_service_SOURCES = indicator-service.c im-menu-item.c im-menu-item.h app-menu-item.c app-menu-item.h launcher-menu-item.c launcher-menu-item.h
+indicator_messages_service_SOURCES = messages-service.c im-menu-item.c im-menu-item.h app-menu-item.c app-menu-item.h launcher-menu-item.c launcher-menu-item.h
indicator_messages_service_CFLAGS = $(APPLET_CFLAGS) -Wall -Wl,-Bsymbolic-functions -Wl,-z,defs -Wl,--as-needed -Werror
indicator_messages_service_LDADD = $(APPLET_LIBS)