diff options
-rw-r--r-- | plugins/plugin-manager/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/plugin-manager/Makefile.am | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/plugin-manager/ChangeLog b/plugins/plugin-manager/ChangeLog index 3ff8894636..982ce98ed1 100644 --- a/plugins/plugin-manager/ChangeLog +++ b/plugins/plugin-manager/ChangeLog @@ -1,3 +1,7 @@ +2004-11-09 Rodney Dawes <dobey@novell.com> + + * Makefile.am: Add the xml file to EXTRA_DIST + 2004-11-03 Not Zed <NotZed@Ximian.com> * Makefile.am: extra_dist the .eplug.in file. diff --git a/plugins/plugin-manager/Makefile.am b/plugins/plugin-manager/Makefile.am index dc254781cb..3056e036c9 100644 --- a/plugins/plugin-manager/Makefile.am +++ b/plugins/plugin-manager/Makefile.am @@ -10,4 +10,6 @@ plugin_LTLIBRARIES = liborg-gnome-plugin-manager.la liborg_gnome_plugin_manager_la_SOURCES = plugin-manager.c liborg_gnome_plugin_manager_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-plugin-manager.eplug.in +EXTRA_DIST = \ + org-gnome-plugin-manager.eplug.in \ + org-gnome-plugin-manager.xml |