From: Enrico Scholz Date: Sat, 3 Jul 2004 00:07:25 +0000 (+0000) Subject: added lots of files X-Git-Tag: IPSENTINEL_VERSION_0_11~20 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40cd3ddcd9ebd7967d42669033dc7c198ebfb716;p=util-vserver.git added lots of files git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1627 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/vserver-start/Makefile-files b/util-vserver/vserver-start/Makefile-files index 09d12b7..92165ec 100644 --- a/util-vserver/vserver-start/Makefile-files +++ b/util-vserver/vserver-start/Makefile-files @@ -15,3 +15,29 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +if ENSC_HAVE_C99_COMPILER +DIETPROGS += vserver-start/vserver.start.bin +pkglib_PROGRAMS += vserver-start/vserver.start.bin +endif + + +vserver_start_vserver_start_bin_SOURCES = vserver-start/main.c \ + vserver-start/scriptlets.c \ + vserver-start/vshelper.c \ + vserver-start/vshelper.h \ + vserver-start/interface.c \ + vserver-start/interface.h \ + vserver-start/interface-add.c \ + vserver-start/interface-read.c \ + vserver-start/interface-free.hc \ + vserver-start/interface-init.hc \ + vserver-start/configuration.c \ + vserver-start/configuration-init.c \ + vserver-start/configuration.h \ + vserver-start/vserver-start.h + +vserver_start_vserver_start_bin_LDADD = $(VSERVER_LDADDS) \ + lib_internal/libinternal.a \ + libensc_vector.a +vserver_start_vserver_start_bin_LDFLAGS = $(VSERVER_LDFLAGS)