From df7d800c1192b3bc1e9faddca4212da7a4727b91 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 19 Aug 2004 14:04:11 +0000 Subject: [PATCH] automake-1.9 fixes: s!VSERVER_LDFLAGS!VSERVER_LDFLGS! added lots of new files git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1659 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/vserver-start/Makefile-files | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/util-vserver/vserver-start/Makefile-files b/util-vserver/vserver-start/Makefile-files index e752065..001fbb1 100644 --- a/util-vserver/vserver-start/Makefile-files +++ b/util-vserver/vserver-start/Makefile-files @@ -24,8 +24,13 @@ 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/scriptlets.c \ + vserver-start/undo.c \ + vserver-start/undo.h \ vserver-start/vshelper.c \ vserver-start/vshelper.h \ vserver-start/interface.c \ @@ -34,6 +39,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 \ @@ -42,4 +49,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) -- 1.8.1.5