From: Enrico Scholz Date: Wed, 2 Jun 2010 20:44:48 +0000 (+0000) Subject: added libvserver.py to AM_INSTALLCHECK_STD_OPTIONS_EXEMPT X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0728087c3b7e47550e0be248ee5d49eece4067df;p=util-vserver.git added libvserver.py to AM_INSTALLCHECK_STD_OPTIONS_EXEMPT git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2891 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/python/Makefile-files b/python/Makefile-files index 2d56402..0c1f7ed 100644 --- a/python/Makefile-files +++ b/python/Makefile-files @@ -17,6 +17,7 @@ ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += python/libvserver.py pyexec_LTLIBRARIES += python/_libvserver.la pyexec_SCRIPTS += python/libvserver.py python__libvserver_la_SOURCES = python/_libvserver.c