From 663c575a977ffb3559059e2057fded7728e2178d Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 6 Jan 2014 11:50:09 +0100 Subject: Fix makefiles for make dist --- gsearchtool/Makefile.am | 2 +- logview/data/Makefile.am | 1 + mate-dictionary/data/Makefile.am | 1 + mate-screenshot/Makefile.am | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gsearchtool/Makefile.am b/gsearchtool/Makefile.am index 348c9397..ea8f67c0 100644 --- a/gsearchtool/Makefile.am +++ b/gsearchtool/Makefile.am @@ -58,12 +58,12 @@ Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop) EXTRA_DIST = \ $(Utilities_in_files) \ $(Utilities_DATA) \ + $(convert_DATA) \ $(gsettingsschema_in_files) \ $(man_MANS) CLEANFILES = \ mate-search-tool.desktop \ - $(convert_DATA) \ $(gsettings_SCHEMAS) disthook: diff --git a/logview/data/Makefile.am b/logview/data/Makefile.am index 39ee5dee..a77c9913 100644 --- a/logview/data/Makefile.am +++ b/logview/data/Makefile.am @@ -25,6 +25,7 @@ EXTRA_DIST = \ mate-system-log.desktop.in.in \ $(xml_DATA) \ $(man_MANS) \ + $(convert_DATA) \ $(gsettingsschema_in_files) DISTCLEANFILES = \ diff --git a/mate-dictionary/data/Makefile.am b/mate-dictionary/data/Makefile.am index 5500b65d..51c78991 100644 --- a/mate-dictionary/data/Makefile.am +++ b/mate-dictionary/data/Makefile.am @@ -74,6 +74,7 @@ EXTRA_DIST = \ $(gsettingsschema_in_files) \ $(builder_DATA) \ $(ui_DATA) \ + $(convert_DATA) \ $(NULL) CLEANFILES = \ diff --git a/mate-screenshot/Makefile.am b/mate-screenshot/Makefile.am index 842c5d04..c2f9cf44 100644 --- a/mate-screenshot/Makefile.am +++ b/mate-screenshot/Makefile.am @@ -73,12 +73,12 @@ EXTRA_DIST = \ $(mate_screenshot_in_files) \ $(man_MANS) \ $(ui_DATA) \ + $(convert_DATA) \ $(NULL) CLEANFILES = \ $(BUILT_SOURCES) \ $(gsettings_SCHEMAS) \ - $(convert_DATA) \ $(mate_screenshot_DATA) \ $(sys_DATA) -- cgit v1.2.1