From: Peter C. <pc...@us...> - 2010-02-03 01:26:59
|
Update of /cvsroot/ipbench/ipbench2/src/pymod In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20202/src/pymod Modified Files: Makefile.am Log Message: Many minor mods: --- rename ipbench.py and ipbenchd.py to remove suffix --- Check return values on system() , nice() etc., to allow building with -Werror --- Fix installation varation between Ubuntu and Debian: site-packages vs dist-packages. Index: Makefile.am =================================================================== RCS file: /cvsroot/ipbench/ipbench2/src/pymod/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.am 28 Aug 2006 01:36:14 -0000 1.15 --- Makefile.am 3 Feb 2010 01:26:51 -0000 1.16 *************** *** 5,9 **** CLEANFILES = ipbench_client_wrap.c ipbench_target_wrap.c ipbench.py ipbench_client.i ipbench_target.i ipbench_client.py ipbench_target.py ! libpythondir = $(PYTHON_SITE_PKG) libpython_LTLIBRARIES = libipbenchClientPython.la libipbenchTargetPython.la --- 5,9 ---- CLEANFILES = ipbench_client_wrap.c ipbench_target_wrap.c ipbench.py ipbench_client.i ipbench_target.i ipbench_client.py ipbench_target.py ! libpythondir = $(pythondir) libpython_LTLIBRARIES = libipbenchClientPython.la libipbenchTargetPython.la |