diff options
author | Rodney Dawes <dobey@novell.com> | 2005-05-14 04:47:30 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-05-14 04:47:30 +0800 |
commit | c006784d0d4612e4c682732c7db0fea35e9407e0 (patch) | |
tree | 1d07ba320362dca73be64a3ead0166883c9b8ba1 /plugins/plugin-manager/Makefile.am | |
parent | b28bcfc9e5c9febb0f4c6702e3a0426bd5e087c6 (diff) | |
download | gsoc2013-evolution-c006784d0d4612e4c682732c7db0fea35e9407e0.tar.gz gsoc2013-evolution-c006784d0d4612e4c682732c7db0fea35e9407e0.tar.zst gsoc2013-evolution-c006784d0d4612e4c682732c7db0fea35e9407e0.zip |
Add a backslash line separator to EXTRA_DIST
2005-05-13 Rodney Dawes <dobey@novell.com>
* Makefile.am: Add a backslash line separator to EXTRA_DIST
svn path=/trunk/; revision=29353
Diffstat (limited to 'plugins/plugin-manager/Makefile.am')
-rw-r--r-- | plugins/plugin-manager/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin-manager/Makefile.am b/plugins/plugin-manager/Makefile.am index 497b39785c..8816e6a06d 100644 --- a/plugins/plugin-manager/Makefile.am +++ b/plugins/plugin-manager/Makefile.am @@ -11,7 +11,7 @@ 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.xml + org-gnome-plugin-manager.eplug.xml \ org-gnome-plugin-manager.xml BUILT_SOURCES = org-gnome-plugin-manager.eplug |