Changeset 6428 for branches/gajim_0.10/debian/rules
- Timestamp:
- 06/05/06 12:45:20 (2 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/debian/rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/debian/rules
r6159 r6428 4 4 include /usr/share/cdbs/1/rules/simple-patchsys.mk 5 5 6 PYTHONVER = `python -c 'import sys; print sys.version[:3]'` 6 PYTHON = python2.4 7 PYTHONVER = 2.4 7 8 CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I/usr/include/python$(PYTHONVER) -I. 8 9 LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0` 9 10 10 DEB_MAKE_BUILD_TARGET := all 11 DEB_MAKE_BUILD_TARGET := all PYTHON=python2.4 11 12 DEB_MAKE_INSTALL_TARGET = install PYTHON=python2.4 PREFIX=/usr DESTDIR=$(DEB_DESTDIR) 12 13
