summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-05-29 10:40:08 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-05-29 10:40:08 +0000
commit2dfc134d2a28b542a6157f36144569706bd38df8 (patch)
treedf51a5920156e963d6d20f96362a6e3c21dccd21 /Makefile.am
parent4a55f849dd5f72163be3e30f5ff6df3bba95c185 (diff)
downloadpygtk-2dfc134d2a28b542a6157f36144569706bd38df8.tar.gz
install the code generator
2001-05-29 James Henstridge <james@daa.com.au> * codegen/Makefile.am: install the code generator * gtk/Makefile.am: install the pygtk.h header * Makefile.am: install the pygobject.h header * gtk/gdk.defs, gtk/gtk.defs, gtk/gtk-types.c: changes to make things compile.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 047aba4e..7bd8b600 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,8 @@ gobjectmodule_la_SOURCES = \
pygobject.h
gobjectmodule_la_LIBADD = $(GLIB_LIBS)
+pkginclude_HEADERS = pygobject.h
+
noinst_PYTHON = ltihooks.py
EXTRA_DIST = \