From: Daniel Hokka Zakrisson Date: Sat, 28 Nov 2009 05:55:42 +0000 (+0000) Subject: Install the pretty library too. X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a26a8cea7a696fea700f1882db51ad9c9cedcb;p=util-vserver.git Install the pretty library too. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2866 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/Makefile.am b/Makefile.am index 5f92a9a..76910b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,6 +52,7 @@ initrd_SCRIPTS = sysconf_DATA = pyexec_LTLIBRARIES = +pyexec_SCRIPTS = DIETPROGS = $(LIBENSCVECTOR_DIET) diff --git a/python/Makefile-files b/python/Makefile-files index 1721af1..87941a4 100644 --- a/python/Makefile-files +++ b/python/Makefile-files @@ -18,6 +18,7 @@ ## pyexec_LTLIBRARIES += python/_libvserver.la +pyexec_SCRIPTS += python/libvserver.py python__libvserver_la_SOURCES = python/_libvserver.c python__libvserver_la_CFLAGS = $(AM_CFLAGS) $(PYTHON_CFLAGS) \ -I$(top_builddir)/python