diff options
author | carlosg <carlosg> | 2006-06-05 20:45:57 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-06-05 20:45:57 +0000 |
commit | 54729f5c3dd304bf53618c307cb64dae2b1ec2c9 (patch) | |
tree | c92844af186726aa1c3e8488fd48b678d2b2f1db /Init/Makefile.am | |
parent | 4d8ff7de3bc8ac6f4a7849e867ec10b9174d81f5 (diff) |
2006-06-05 Carlos Garnacho <carlosg@gnome.org>
* Makefile.am, Init/Makefile.am, Network/Makefile.am,
Shares/Makefile.am, Time/Makefile.am, Users/Makefile.am,
Utils/Makefile.am: distcheck fixes
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) |