X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fvserver-start%2FMakefile-files;h=c81c8f27777b0ee20bad8f05d95580f143c102b6;hb=116c744b2f086b000adc8c6911a4cb4cae3dc8ca;hp=001fbb1f1622d07901c16594b23b94069f2e3804;hpb=df7d800c1192b3bc1e9faddca4212da7a4727b91;p=util-vserver.git diff --git a/util-vserver/vserver-start/Makefile-files b/util-vserver/vserver-start/Makefile-files index 001fbb1..c81c8f2 100644 --- a/util-vserver/vserver-start/Makefile-files +++ b/util-vserver/vserver-start/Makefile-files @@ -28,6 +28,7 @@ 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 \ @@ -47,6 +48,6 @@ vserver_start_vserver_start_bin_SOURCES = \ vserver-start/vserver-start.h vserver_start_vserver_start_bin_LDADD = $(VSERVER_LDADDS) \ - lib_internal/libinternal.a \ - libensc_vector.a + $(LIBINTERNAL) \ + $(LIBENSCVECTOR) vserver_start_vserver_start_bin_LDFLAGS = $(VSERVER_LDFLGS)