summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-12-18 10:31:48 +0100
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-12-18 10:31:48 +0100
commitf50fbd24fa61863aaefa4ae1e12e0b314ecd43ae (patch)
tree0e7279130c8cb0dad25e11061a718a108d4aee9d
parent108c03b78f04b4bcfe066a6cb4d941e172bd32fe (diff)
downloadpygobject-f50fbd24fa61863aaefa4ae1e12e0b314ecd43ae.tar.gz
Add pygi-external.h into Makefile SOURCES
-rw-r--r--gobject/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index fa0ea201..e5d7f7bc 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -61,7 +61,8 @@ _gobject_la_SOURCES = \
pygpointer.c \
pygpointer.h \
pygtype.c \
- pygtype.h
+ pygtype.h \
+ pygi-external.h
_gobject_la_DEPENDENCIES = constants.py
if HAVE_LIBFFI