X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sysv%2FMakefile-files;h=d492c4db3eb0881f340c7abf0e4a94953c9d4f98;hb=ec4370f7ebd7fb0ce7f002f5bf2c74f03acd3ec1;hp=8e86ffb8b3183f7bd5a5510f1b1d4f264d7f8926;hpb=9234e6a7cb48373edec38284ba54a819037b79b2;p=util-vserver.git diff --git a/sysv/Makefile-files b/sysv/Makefile-files index 8e86ffb..d492c4d 100644 --- a/sysv/Makefile-files +++ b/sysv/Makefile-files @@ -1,4 +1,4 @@ -## $Id: Makefile-files,v 1.8 2004/03/24 01:44:43 ensc Exp $ -*- 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)