diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-06-08 12:35:20 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-06-08 12:35:20 +0800 |
commit | 0b323d4e6e664a6c0f24f5ffa1bff2d8d08ceecf (patch) | |
tree | 9f15962f0fa49e76505be5b6f912ff0ac92b6930 | |
parent | 0b8547b1b99123a1cd0066018560093fea819979 (diff) | |
download | gsoc2013-evolution-0b323d4e6e664a6c0f24f5ffa1bff2d8d08ceecf.tar.gz gsoc2013-evolution-0b323d4e6e664a6c0f24f5ffa1bff2d8d08ceecf.tar.zst gsoc2013-evolution-0b323d4e6e664a6c0f24f5ffa1bff2d8d08ceecf.zip |
add the correct files to EXTRA_DIST
svn path=/trunk/; revision=29469
-rw-r--r-- | plugins/print-message/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/print-message/Makefile.am | 4 |
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) |