From f50fbd24fa61863aaefa4ae1e12e0b314ecd43ae Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Fri, 18 Dec 2009 10:31:48 +0100 Subject: Add pygi-external.h into Makefile SOURCES --- gobject/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gobject') diff --git a/gobject/Makefile.am b/gobject/Makefile.am index fa0ea20..e5d7f7b 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 -- cgit