diff options
author | Milan Crha <mcrha@redhat.com> | 2009-04-27 17:34:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 20:04:23 +0800 |
commit | 3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e (patch) | |
tree | bbf9c71f4e335de9c46848078143e63710d627c3 /plugins/face/Makefile.am | |
parent | 27def41a24a01da596f585bc826e1c4fff7e1941 (diff) | |
download | gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.gz gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.zst gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.zip |
Define .error files correctly and external-editor crash fix
** Fix for bug #561188
Diffstat (limited to 'plugins/face/Makefile.am')
-rw-r--r-- | plugins/face/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/face/Makefile.am b/plugins/face/Makefile.am index 8a44c94815..a29c6585ea 100644 --- a/plugins/face/Makefile.am +++ b/plugins/face/Makefile.am @@ -29,16 +29,16 @@ liborg_gnome_face_la_LIBADD = \ liborg_gnome_face_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) error_DATA = \ - org-gnome-face.errors.xml + org-gnome-face.error errordir = $(privdatadir)/errors EXTRA_DIST = \ org-gnome-face.eplug.xml \ - $(error_DATA) + org-gnome-face.error.xml BUILT_SOURCES = \ org-gnome-face.eplug \ - $(error_i18n) + org-gnome-face.error CLEANFILES = $(BUILT_SOURCES) |