summaryrefslogtreecommitdiff
path: root/pango.override
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-07-01 16:23:02 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-07-01 16:23:02 +0000
commitad78644778f2995b323bbd59c3537d9ed8c6b4a2 (patch)
tree2e5096b8ad6ebe04272229bf366f4a03db82fc61 /pango.override
parent8084a9834a535f658e691e09dd3a1e2a3905e056 (diff)
downloadpygtk-ad78644778f2995b323bbd59c3537d9ed8c6b4a2.tar.gz
add rules to build pango module.
2001-07-02 James Henstridge <james@daa.com.au> * Makefile.am (pangomodule_la_SOURCES): add rules to build pango module. * pango.defs: * pango.override: * pangomodule.c: new files for the pango wrapper module.
Diffstat (limited to 'pango.override')
-rw-r--r--pango.override8
1 files changed, 8 insertions, 0 deletions
diff --git a/pango.override b/pango.override
new file mode 100644
index 00000000..a857a92d
--- /dev/null
+++ b/pango.override
@@ -0,0 +1,8 @@
+/* -*- Mode: C; c-basic-offset: 4 -*- */
+%%
+headers
+#define NO_IMPORT_PYGOBJECT
+#include <pygobject.h>
+#include <pango/pango.h>
+%%
+init