From ae7cdd63839328cdc20e2b5f8514b5656182b9e0 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 20 Apr 2005 11:20:09 +0000 Subject: [PATCH] put the -fpic option where it must be --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 41b302894..00d84e504 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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