diff options
Diffstat (limited to '')
-rw-r--r-- | daemon/Makefile.am | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index ee1b53d09..6383b559e 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -3,19 +3,19 @@ AUTOMAKE_OPTIONS = subdir-objects MAINTAINERCLEANFILES = $(srcdir)/Makefile.in CLEANFILES = \ - anonymous-statistics.sh \ - $(NULL) + anonymous-statistics.sh \ + $(NULL) include $(top_srcdir)/build/subst.inc SUFFIXES = .in dist_noinst_DATA = \ - README.md \ - config/README.md \ - anonymous-statistics.sh.in \ - $(NULL) + README.md \ + config/README.md \ + anonymous-statistics.sh.in \ + $(NULL) dist_plugins_SCRIPTS = \ - anonymous-statistics.sh \ - system-info.sh \ - $(NULL) + anonymous-statistics.sh \ + system-info.sh \ + $(NULL) |