X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fvserver-start%2FMakefile-files;h=77e6978e78d016b4440ae5167ff9748c8f27ab49;hb=ebb281712d8589225ddfb93032620e99eded7404;hp=92165ecf9bb5173888fb818be3a4da231778367b;hpb=40cd3ddcd9ebd7967d42669033dc7c198ebfb716;p=util-vserver.git diff --git a/util-vserver/vserver-start/Makefile-files b/util-vserver/vserver-start/Makefile-files index 92165ec..77e6978 100644 --- a/util-vserver/vserver-start/Makefile-files +++ b/util-vserver/vserver-start/Makefile-files @@ -21,9 +21,17 @@ DIETPROGS += vserver-start/vserver.start.bin pkglib_PROGRAMS += vserver-start/vserver.start.bin endif +## HACK: for now... +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += vserver-start/vserver.start.bin -vserver_start_vserver_start_bin_SOURCES = vserver-start/main.c \ +vserver_start_vserver_start_bin_SOURCES = \ + vserver-start/main.c \ + vserver-start/mount.c \ + vserver-start/mount.h \ + vserver-start/defaulttty.c \ vserver-start/scriptlets.c \ + vserver-start/undo.c \ + vserver-start/undo.h \ vserver-start/vshelper.c \ vserver-start/vshelper.h \ vserver-start/interface.c \ @@ -32,6 +40,8 @@ vserver_start_vserver_start_bin_SOURCES = vserver-start/main.c \ vserver-start/interface-read.c \ vserver-start/interface-free.hc \ vserver-start/interface-init.hc \ + vserver-start/interface-remove.c \ + vserver-start/interface-print.c \ vserver-start/configuration.c \ vserver-start/configuration-init.c \ vserver-start/configuration.h \ @@ -40,4 +50,4 @@ vserver_start_vserver_start_bin_SOURCES = vserver-start/main.c \ vserver_start_vserver_start_bin_LDADD = $(VSERVER_LDADDS) \ lib_internal/libinternal.a \ libensc_vector.a -vserver_start_vserver_start_bin_LDFLAGS = $(VSERVER_LDFLAGS) +vserver_start_vserver_start_bin_LDFLAGS = $(VSERVER_LDFLGS)