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