start the vserver with the '--rescue' option and execute operations
[util-vserver.git] / util-vserver / Makefile.am
index 649babb..5a3d4f4 100644 (file)
@@ -53,12 +53,13 @@ sysconf_DATA =
 
 DIETPROGS =            $(LIBENSCVECTOR_DIET)
 
-BUILT_SOURCES =                pathconfig.h linuxvirtual.h \
+BUILT_SOURCES =                pathconfig.h \
                        .fixups
 
 man_MANS =
 
-kernel_HDRS =          kernel/context.h        \
+kernel_HDRS =                                  \
+                       kernel/context.h        \
                        kernel/context_cmd.h    \
                        kernel/cvirt.h          \
                        kernel/cvirt_cmd.h      \
@@ -67,6 +68,7 @@ kernel_HDRS =         kernel/context.h        \
                        kernel/debug_cmd.h      \
                        kernel/dlimit.h         \
                        kernel/dlimit_cmd.h     \
+                       kernel/global.h         \
                        kernel/inode.h          \
                        kernel/inode_cmd.h      \
                        kernel/legacy.h         \
@@ -80,11 +82,13 @@ kernel_HDRS =               kernel/context.h        \
                        kernel/sched.h          \
                        kernel/sched_cmd.h      \
                        kernel/sched_def.h      \
+                       kernel/signal.h         \
                        kernel/signal_cmd.h     \
                        kernel/switch.h         \
                        kernel/xid.h
 
 
+
 EXTRA_PROGRAMS =
 EXTRA_DIST =           pathconfig.h.pathsubst \
                        util-vserver.spec \
@@ -138,15 +142,6 @@ silent.%:          FORCE
                        exec 2>$$t/fifo && \
                        $(MAKE) '$*' -s >/dev/null
 
-
-linuxvirtual.h:
-if ENSC_ENABLE_INTERNAL_HEADERS
-                       ln -sf '$(top_srcdir)/lib/virtual.h' '$@'
-else
-                       ln -sf '$(kernelincludedir)/linux/virtual.h' '$@' && test -e '$@' || \
-                       ln -sf '$(top_srcdir)/lib/virtual.h' '$@'
-endif
-
 pathsubst_RULES =      s!@'PKGLIBDIR'@!$(pkglibdir)!g; \
                        s!@'LEGACYDIR'@!$(legacydir)!g; \
                        s!@'SBINDIR'@!$(sbindir)!g; \