diff options
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9ad1c0a..9ec4fa6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -257,6 +257,7 @@ OBJECT_OBJS= \ Objects/cobject.o \ Objects/complexobject.o \ Objects/descrobject.o \ + Objects/enumobject.o \ Objects/fileobject.o \ Objects/floatobject.o \ Objects/frameobject.o \ @@ -443,6 +444,7 @@ PYTHON_HEADERS= \ Include/complexobject.h \ Include/descrobject.h \ Include/dictobject.h \ + Include/enumobject.h \ Include/fileobject.h \ Include/floatobject.h \ Include/funcobject.h \ |