X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fvserver-start%2FMakefile-files;h=001fbb1f1622d07901c16594b23b94069f2e3804;hb=df7d800c1192b3bc1e9faddca4212da7a4727b91;hp=09d12b7cf922356ac26d9ddd5a0ea6c7eaafa213;hpb=b844dd4bf18b897c77a19eea43368cbda62f4795;p=util-vserver.git diff --git a/util-vserver/vserver-start/Makefile-files b/util-vserver/vserver-start/Makefile-files index 09d12b7..001fbb1 100644 --- a/util-vserver/vserver-start/Makefile-files +++ b/util-vserver/vserver-start/Makefile-files @@ -15,3 +15,38 @@ ## 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 + +## 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/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 \ + 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/interface-remove.c \ + vserver-start/interface-print.c \ + 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_LDFLGS)