From 564ce8f139d2b7d5f34dbaca499b30a3d779f617 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 8 Dec 2008 19:54:16 +0000 Subject: [PATCH] using PY_VER git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1187 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/py_sems/sip/Makefile.gen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/py_sems/sip/Makefile.gen b/apps/py_sems/sip/Makefile.gen index 59a9b1c7..2aa532bd 100644 --- a/apps/py_sems/sip/Makefile.gen +++ b/apps/py_sems/sip/Makefile.gen @@ -5,7 +5,7 @@ HFILES = sipAPIpy_sems_lib.h sippy_sems_libPySemsB2ABEvent.h sippy_sems_libPySem 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