Patch #957398: Add public API for Generator Object/Type.
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9a50039..074fba4 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -261,6 +261,7 @@
 		Objects/complexobject.o \
 		Objects/descrobject.o \
 		Objects/enumobject.o \
+		Objects/genobject.o \
 		Objects/fileobject.o \
 		Objects/floatobject.o \
 		Objects/frameobject.o \
@@ -478,6 +479,7 @@
 		Include/descrobject.h \
 		Include/dictobject.h \
 		Include/enumobject.h \
+		Include/genobject.h \
 		Include/fileobject.h \
 		Include/floatobject.h \
 		Include/funcobject.h \