diff options
Diffstat (limited to 'Init/Makefile.am')
-rw-r--r-- | Init/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Init/Makefile.am b/Init/Makefile.am index 7bb5391..46e7257 100644 --- a/Init/Makefile.am +++ b/Init/Makefile.am @@ -1,5 +1,7 @@ -sharesdir = $(scriptsdir)/Init +initdir = $(scriptsdir)/Init -shares_SCRIPTS = \ +init_DATA = \ Services.pm \ ServicesList.pm + +EXTRA_DIST = $(init_DATA) |