diff options
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index d3e57545d..b2591d293 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -49,7 +49,8 @@ EXTRA_DIST = \ $(clientfile_DATA) \ $(servicefile_in_files) -DISTCLEANFILES = \ +DISTCLEANFILES = \ $(desktop_DATA) \ - $(schemas_DATA) + $(schemas_DATA) \ + $(servicefile_DATA) |