summaryrefslogtreecommitdiff
path: root/pygtk-2.0.pc.in
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-08-03 18:38:14 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-08-03 18:38:14 +0000
commit50b30e37d85c262ba1e78e434bbce99c928ce0ca (patch)
tree72980cef22c9e64db5888c8f55a39483421b7ddc /pygtk-2.0.pc.in
parent8cd34d3c6a74e51e6900cc386b2fc2e53f8f6ac9 (diff)
downloadpygtk-50b30e37d85c262ba1e78e434bbce99c928ce0ca.tar.gz
Urgh. more threading 'fixes'
Diffstat (limited to 'pygtk-2.0.pc.in')
-rw-r--r--pygtk-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygtk-2.0.pc.in b/pygtk-2.0.pc.in
index ff17aeb5..799d0933 100644
--- a/pygtk-2.0.pc.in
+++ b/pygtk-2.0.pc.in
@@ -17,4 +17,4 @@ Name: PyGTK
Description: Python bindings for GTK+ and related libraries
Requires: gobject-2.0
Version: @VERSION@
-Cflags: -I${pygtkincludedir}
+Cflags: -I${pygtkincludedir} @THREADING_CFLAGS@