X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sysv%2FMakefile-files;h=d492c4db3eb0881f340c7abf0e4a94953c9d4f98;hb=b0a62d195efca12c5cb9e7c0b3bea3be2cd57fc9;hp=63d5df83ad8e10aa4ed93bd87f14b58dc7eadc11;hpb=fc28db1eb4146796ec27c2fb15780d6303120261;p=util-vserver.git diff --git a/sysv/Makefile-files b/sysv/Makefile-files index 63d5df8..d492c4d 100644 --- a/sysv/Makefile-files +++ b/sysv/Makefile-files @@ -1,4 +1,4 @@ -## $Id: Makefile-files 1336 2004-03-24 01:44:43Z ensc $ -*- makefile -*- +## $Id: Makefile-files 2483 2007-02-01 12:56:20Z dhozac $ -*- makefile -*- ## Copyright (C) 2003 Enrico Scholz ## @@ -24,7 +24,8 @@ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += \ sysv_src_SCRPTS = sysv/rebootmgr \ sysv/vprocunhide \ sysv/vservers-default \ - sysv/vservers-legacy + sysv/vservers-legacy \ + sysv/util-vserver sysv_gen_SCRPTS = sysv/v_gated \ sysv/v_httpd \ sysv/v_named \ @@ -35,7 +36,6 @@ sysv_gen_SCRPTS = sysv/v_gated \ sysv/v_xinetd sysv_conf_DTA = sysv/vservers.conf -sysconf_DATA += $(sysv_conf_DTA) EXTRA_DIST += sysv/v_gated.subst \ sysv/v_httpd.subst \ sysv/v_named.subst \ @@ -47,8 +47,11 @@ EXTRA_DIST += sysv/v_gated.subst \ $(sysv_src_SCRPTS) \ $(sysv_conf_DTA) +if HAVE_SYSV_INIT +sysconf_DATA += $(sysv_conf_DTA) initrd_SCRIPTS += $(sysv_src_SCRPTS) \ $(sysv_gen_SCRPTS) +endif CLEANFILES += $(sysv_gen_SCRPTS)