diff options
author | Guido van Rossum <guido@python.org> | 1996-12-18 18:37:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-18 18:37:27 (GMT) |
commit | 2e6313930eab9dbadf6ffb5afed341a809f2c5c5 (patch) | |
tree | cebd29b2f2ccf3cfc8856c1a7e2ca59120402459 /Modules/Makefile.pre.in | |
parent | 3c7b2dc02c2830d0aef91aa797af48efd2cbd3d9 (diff) | |
download | cpython-2e6313930eab9dbadf6ffb5afed341a809f2c5c5.zip cpython-2e6313930eab9dbadf6ffb5afed341a809f2c5c5.tar.gz cpython-2e6313930eab9dbadf6ffb5afed341a809f2c5c5.tar.bz2 |
Added Jeremy's resource module.
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r-- | Modules/Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index ec80f89..a5f0d9a 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -185,6 +185,7 @@ posixmodule.o: posixmodule.c pwdmodule.o: pwdmodule.c regexmodule.o: regexmodule.c regexpr.o: regexpr.c +resource.o: resource.c rgbimgmodule.o: rgbimgmodule.c rotormodule.o: rotormodule.c selectmodule.o: selectmodule.c |