#undef NDEBUG
[util-vserver.git] / util-vserver / vserver-start / Makefile-files
index 77e6978..c81c8f2 100644 (file)
@@ -48,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)