Changeset 6429
- Timestamp:
- 06/05/06 12:45:57 (2 years ago)
- Location:
- branches/gajim_0.10/src
- Files:
-
- 2 modified
-
common/Makefile (modified) (1 diff)
-
Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/common/Makefile
r5607 r6429 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 4 5 HAVE_XSCRNSAVER = $(shell pkg-config --exists xscrnsaver && echo 'YES') -
branches/gajim_0.10/src/Makefile
r5607 r6429 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)
