From: Enrico Scholz Date: Fri, 16 Jan 2004 17:56:34 +0000 (+0000) Subject: added new management sources X-Git-Tag: VERSION_0_10~921 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6aa9eab2e2e434a1964d1fa5d5febcf94d884fd;p=util-vserver.git added new management sources git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@606 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/Makefile-files b/util-vserver/lib/Makefile-files index 20cdf42..06da7e7 100644 --- a/util-vserver/lib/Makefile-files +++ b/util-vserver/lib/Makefile-files @@ -22,6 +22,8 @@ lib_VERSION = 0.0.0 lib_legacy_SRCS = lib/getprocentry-legacy.c lib_management_SRCS = lib/getvserverbyctx.c \ lib/getvservercfgstyle.c \ + lib/getvserverappdir.c \ + lib/getvservercfgdir.c \ lib/getvserverctx.c \ lib/getvservername.c \ lib/getvservervdir.c @@ -35,20 +37,21 @@ lib_ioctl_SRCS = lib/ioctl-getfilecontext.c \ PKGCONFIG_FILES = lib/util-vserver -lib_SRCS = lib/syscall.c \ - lib/checkversion.c \ - lib/getctx.c \ - lib/getinitpid.c \ - lib/getversion.c \ - lib/fmt-32.c \ - lib/fmt-64.c \ - lib/fmtx-32.c \ - lib/fmtx-64.c \ - lib/capabilities.c \ - $(lib_ioctl_SRCS) \ - $(lib_legacy_SRCS) \ - $(lib_management_SRCS) \ - $(lib_v11_SRCS) +lib_SRCS = lib/syscall.c \ + lib/checkversion.c \ + lib/isdirectory.c \ + lib/getctx.c \ + lib/getinitpid.c \ + lib/getversion.c \ + lib/fmt-32.c \ + lib/fmt-64.c \ + lib/fmtx-32.c \ + lib/fmtx-64.c \ + lib/capabilities.c \ + $(lib_ioctl_SRCS) \ + $(lib_legacy_SRCS) \ + $(lib_management_SRCS) \ + $(lib_v11_SRCS) lib_HDRS = lib/vserver.h