From 70a4144cf3586d52a96f14ed3b2a120516d9bdfc Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 13 Jan 2005 00:55:22 +0000 Subject: added prototypes for exported functions, re-arranged slightly to staticise 2005-01-13 Not Zed * new-mail-notify.c: added prototypes for exported functions, re-arranged slightly to staticise internal functions. * new-mail-notify.h: removed. 2005-01-12 Miguel Angel Lopez Hernandez * new-mail-notify.[ch]: Fix author's name, changes in code to maintain coding style (org_gnome_new_mail_notify): Now sends the dbus message using the send_dbus_message function (org_gnome_message_reading_notify): Added function, called when a message.reading event is fired (send_dbus_message): Added function, generic function to send dbus messages * org-gnome-new-mail-notify.eplug.in: define the message reading event svn path=/trunk/; revision=28383 --- plugins/new-mail-notify/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/new-mail-notify/Makefile.am') diff --git a/plugins/new-mail-notify/Makefile.am b/plugins/new-mail-notify/Makefile.am index b917d9156e..bef0fd41d1 100644 --- a/plugins/new-mail-notify/Makefile.am +++ b/plugins/new-mail-notify/Makefile.am @@ -12,7 +12,7 @@ LIBS = \ plugin_DATA = org-gnome-new-mail-notify.eplug plugin_LTLIBRARIES = liborg-gnome-new-mail-notify.la -liborg_gnome_new_mail_notify_la_SOURCES = new-mail-notify.c new-mail-notify.h +liborg_gnome_new_mail_notify_la_SOURCES = new-mail-notify.c liborg_gnome_new_mail_notify_la_LDFLAGS = -module -avoid-version EXTRA_DIST = org-gnome-new-mail-notify.eplug.in -- cgit v1.2.3