From 4f984d1081e9bfd0e0ee543b5fd10e5d2e9d262c Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 19 Aug 2004 14:07:59 +0000 Subject: [PATCH] added command-setparams.c and sys_clone.h git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1663 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib_internal/Makefile-files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util-vserver/lib_internal/Makefile-files b/util-vserver/lib_internal/Makefile-files index 5bf1992..94feb5d 100644 --- a/util-vserver/lib_internal/Makefile-files +++ b/util-vserver/lib_internal/Makefile-files @@ -18,6 +18,7 @@ ## command_SRCS = lib_internal/command-appendparameter.c \ + lib_internal/command-setparams.c \ lib_internal/command-exec.c\ lib_internal/command-free.c \ lib_internal/command-init.c \ @@ -39,6 +40,7 @@ noinst_HEADERS += \ lib_internal/matchlist.h \ lib_internal/pathinfo.h \ lib_internal/string.h \ + lib_internal/sys_clone.h \ lib_internal/unify.h \ lib_internal/util.h \ lib_internal/util-cast.h \ -- 1.8.1.5