diff options
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 093565c87..eca5bf4a2 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -43,11 +43,13 @@ endif EXTRA_DIST = \ $(image_DATA) \ - $(autostart_DATA) \ $(profile_DATA) \ + $(autostart_in_files) \ + $(autostart_DATA) \ $(schemas_in_files) \ $(schemas_DATA) -DISTCLEANFILES = \ +DISTCLEANFILES = \ + $(autostart_DATA) \ $(schemas_DATA) |