diff options
Diffstat (limited to 'mate-screenshot/Makefile.am')
-rw-r--r-- | mate-screenshot/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mate-screenshot/Makefile.am b/mate-screenshot/Makefile.am index 66de5dd0..a6365213 100644 --- a/mate-screenshot/Makefile.am +++ b/mate-screenshot/Makefile.am @@ -65,6 +65,9 @@ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) @GSETTINGS_RULES@ +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = mate-screenshot.convert + EXTRA_DIST = \ $(gsettingsschema_in_files) \ $(mate_screenshot_in_files) \ @@ -75,6 +78,7 @@ EXTRA_DIST = \ CLEANFILES = \ $(BUILT_SOURCES) \ $(gsettings_SCHEMAS) \ + $(convert_DATA) \ $(mate_screenshot_DATA) \ $(sys_DATA) |