s!write()!Vwrite()! at some places
[util-vserver.git] / util-vserver / vserver-start / Makefile-files
index 001fbb1..c81c8f2 100644 (file)
@@ -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)