aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/print-message/ChangeLog5
-rw-r--r--plugins/print-message/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/plugins/print-message/ChangeLog b/plugins/print-message/ChangeLog
index c393c49b2b..68b0529e46 100644
--- a/plugins/print-message/ChangeLog
+++ b/plugins/print-message/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-08 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am : Add the correct files to
+ EXTRA_DIST
+
2005-05-19 Vivek Jain <jvivek@novell.com>
Plugin to provide "print" option to composer. Files added:
diff --git a/plugins/print-message/Makefile.am b/plugins/print-message/Makefile.am
index f039acd514..f52c12cb2f 100644
--- a/plugins/print-message/Makefile.am
+++ b/plugins/print-message/Makefile.am
@@ -11,6 +11,6 @@ liborg_gnome_print_message_la_SOURCES = print-message.c
liborg_gnome_print_message_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = \
- org-gnome-compose-print-message.eplug.xml\
- org-gnome-compose-print-message.xml
+ org-gnome-print-message.eplug.xml\
+ org-gnome-print-message.xml
CLEANFILES = $(BUILT_SOURCES)