aboutsummaryrefslogtreecommitdiffstats
path: root/extension/steps
diff options
context:
space:
mode:
Diffstat (limited to 'extension/steps')
-rwxr-xr-xextension/steps3
1 files changed, 3 insertions, 0 deletions
diff --git a/extension/steps b/extension/steps
index 8bac5d85..7ff5265f 100755
--- a/extension/steps
+++ b/extension/steps
@@ -2,6 +2,7 @@
# Tue Nov 24 15:04:14 EST 1998
# Sun Aug 26 16:03:58 IDT 2001
# Sun Apr 28 15:59:57 IDT 2002
+# Mon Jun 21 17:03:37 IDT 2004
gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. dl.c
gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. filefuncs.c
@@ -9,9 +10,11 @@ gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. fork.c
gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. ordchr.c
gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. arrayparm.c
gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. readfile.c
+gcc -shared -Wall -DHAVE_CONFIG_H -c -O -g -I.. testarg.c
ld -o dl.so -shared dl.o
ld -o filefuncs.so -shared filefuncs.o
ld -o fork.so -shared fork.o
ld -o ordchr.so -shared ordchr.o
ld -o arrayparm.so -shared arrayparm.o
ld -o readfile.so -shared readfile.o
+ld -o testarg.so -shared testarg.o