put the -fpic option where it must be

This commit is contained in:
Yann Leboulanger 2005-04-20 11:20:09 +00:00
parent 81943845a2
commit ae7cdd6383
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Set the C flags to include the GTK+ and Python libraries
PYTHONVER = `python -V 2>&1 | awk '{print $$2}' | cut -f1,2 -d.`
CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0 -fpic` -I/usr/include/python$(PYTHONVER) -I.
CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -fpic -I/usr/include/python$(PYTHONVER) -I.
LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0`
# Build the shared object