diff options
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) |