Changeset 6280
- Timestamp:
- 05/05/06 08:29:31 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r5607 r6280 1 1 # Set the C flags to include the GTK+ and Python libraries 2 PYTHONVER = `python -c 'import sys; print sys.version[:3]'` 2 PYTHON = python 3 PYTHONVER = `$(PYTHON) -c 'import sys; print sys.version[:3]'` 3 4 CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I/usr/include/python$(PYTHONVER) -I. 4 5 LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0` -lpython$(PYTHONVER)
