diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-26 23:48:43 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-26 23:48:43 +0000 |
commit | 30f2c9f8003afdf49d439017ca9158879b8d1ae8 (patch) | |
tree | 71f06782b124343355d51b1858902f40bcfc7b00 /src/makefile | |
parent | 820a49401286705eb067d75fb0905c4bc4fa3306 (diff) |
committing changes submitted in patch #2865481HEADsvn2git-headextensions/gripd
svn path=/trunk/extensions/gripd/; revision=13104
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 35c152a..f44bf91 100644 --- a/src/makefile +++ b/src/makefile @@ -15,7 +15,7 @@ JOYSTICK = TRUE MIDIOSSUBTYPE = ALSA
#MIDIOSSUBTYPE = OSS
PDINCLUDE = -I../../src -I../../../pd/src
-LINUXPYTHONINCLUDE = -I/usr/include/python2.2
+LINUXPYTHONINCLUDE = -I/usr/include/python2.5
SYSTEMLIBDIR = /usr/lib
#----------- Settings (Windows) -------------------------------
|