Author: sayer Date: 2008-12-08 20:54:16 +0100 (Mon, 08 Dec 2008) New Revision: 1187
Modified: trunk/apps/py_sems/sip/Makefile.gen Log: using PY_VER Modified: trunk/apps/py_sems/sip/Makefile.gen =================================================================== --- trunk/apps/py_sems/sip/Makefile.gen 2008-12-08 19:49:47 UTC (rev 1186) +++ trunk/apps/py_sems/sip/Makefile.gen 2008-12-08 19:54:16 UTC (rev 1187) @@ -5,7 +5,7 @@ CC = gcc CXX = g++ LINK = g++ -CPPFLAGS = -I. -I$(COREPATH) -I/usr/include/python2.5 +CPPFLAGS = -I. -I$(COREPATH) -I/usr/include/python$(PY_VER) CFLAGS = -pipe -fPIC -O2 -w CXXFLAGS = -Wall -Wno-reorder -g -pipe -fPIC -O2 -w LFLAGS = -g -shared -Wl,--version-script=py_sems_lib.exp _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
