X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=76910b294c6ccafbfe7e34f5e94065279a898b42;hb=c5e2e59faa68ac5a677bf5c8c8d193fff9cf62f4;hp=2017e46c910957e3f2d5247ae2858ef9137fad66;hpb=5a436c3339d4caf3af1175ed41fcaab75206a59c;p=util-vserver.git diff --git a/Makefile.am b/Makefile.am index 2017e46..76910b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,9 @@ noinst_DATA = initrd_SCRIPTS = sysconf_DATA = +pyexec_LTLIBRARIES = +pyexec_SCRIPTS = + DIETPROGS = $(LIBENSCVECTOR_DIET) BUILT_SOURCES = pathconfig.h \ @@ -225,8 +228,11 @@ include $(top_srcdir)/ensc_vector/Makefile-files include $(top_srcdir)/ensc_wrappers/Makefile-files include $(top_srcdir)/ensc_fmt/Makefile-files include $(top_srcdir)/lib_internal/Makefile-files -include $(top_srcdir)/vserver-start/Makefile-files +#include $(top_srcdir)/vserver-start/Makefile-files include $(top_srcdir)/gentoo/Makefile-files +if HAVE_PYTHON +include $(top_srcdir)/python/Makefile-files +endif include $(top_srcdir)/m4/gpgsig.am include $(top_srcdir)/m4/validate.am