summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index f7b5bace..171755c 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -93,8 +93,8 @@ socket socketmodule.o # socket(2); not on ancient System V
# Multimedia modules -- on by default.
# These represent audio samples or images as strings
-audioop audioopmodule.o # Operations on audio samples
-imageop imageopmodule.o # Operations on images
+audioop audioop.o # Operations on audio samples
+imageop imageop.o # Operations on images
rgbimg rgbimgmodule.o # Read SGI RGB image files (but coded portably)
@@ -148,7 +148,7 @@ rotor rotormodule.o
#cl clmodule.o -lcl # -lawareaudio
#fm fmmodule.o -lfm_s -lgl_s
#gl glmodule.o -lgl_s -lX11_s
-#imgfile imgfilemodule.o -limage -lgutil
+#imgfile imgfile.o -limage -lgutil
#sgi sgimodule.o
#sv svmodule.o yuvconvert.o -lsvideo -lXext -lX11_s
@@ -165,7 +165,7 @@ rotor rotormodule.o
# SunOS specific modules -- off by default
-# sunaudiodev sunaudiodevmodule.o
+# sunaudiodev sunaudiodev.o
# Thread module -- works on SGI IRIX and on SunOS 5.x (SOLARIS) only.
@@ -196,7 +196,7 @@ rotor rotormodule.o
# Jack Jansen's imgformat module
-# imgformat imgformatmodule.o
+# imgformat imgformat.o
# Lance Ellinghouse's syslog module