read enter-shell from the defaults-directory also
[util-vserver.git] / util-vserver / Makefile.am
index 12dc5df..70d65e0 100644 (file)
@@ -59,6 +59,9 @@ BUILT_SOURCES =               linuxcaps.h pathconfig.h linuxvirtual.h \
 man_MANS =
 
 kernel_HDRS =          kernel/context.h \
+                       kernel/cvirt.h \
+                       kernel/debug.h \
+                       kernel/dlimit.h \
                        kernel/inode.h \
                        kernel/legacy.h \
                        kernel/limit.h \
@@ -66,7 +69,8 @@ kernel_HDRS =         kernel/context.h \
                        kernel/network.h \
                        kernel/sched.h \
                        kernel/signal.h \
-                       kernel/switch.h
+                       kernel/switch.h \
+                       kernel/xid.h
 
 EXTRA_PROGRAMS =
 EXTRA_DIST =           pathconfig.h.pathsubst \
@@ -122,7 +126,7 @@ silent.%:           FORCE
 linuxcaps.h:           ${kernelincludedir}/linux/capability.h Makefile
                        @rm -f $@
                        echo '#include <stdint.h>' >$@.tmp
-                       $(SED) -e 's!^#include .*!!g;s!\<__u32\>!uint32_t!g;s!\<__user\>!!g;' $< >>$@.tmp
+                       $(SED) -e 's!^#include .*!!g;' $< >>$@.tmp
                        @-chmod --reference $< $@.tmp &>/dev/null
                        mv -f $@.tmp $@
                        @chmod a-w $@
@@ -204,6 +208,9 @@ fix_SCRPTS          =  $(addprefix $(pkglibdir)/, $(notdir $(pkglib_SCRIPTS))) \
                           $(addprefix $(sbindir)/,   $(notdir $(sbin_SCRIPTS))) \
                           $(addprefix $(initrddir)/, $(notdir $(initrd_SCRIPTS)))
 
+update-doc:            doc
+                       $(top_srcdir)/update-doc
+
 install-data-hook:     install-fix-script-paths install-create-dirs
 
 install-create-dirs:
@@ -259,4 +266,4 @@ include $(top_srcdir)/m4/validate.am
 include $(top_srcdir)/m4/changelog.am
 include $(top_srcdir)/m4/pkgconfig.am
 
-.PHONY:                FORCE
+.PHONY:                FORCE update-doc