26b91ba14a4161e3138cafd0e55c5d9917fa77bd
braney
  Sun Jul 4 13:00:32 2010 -0700
more GIF to PNG changes
diff --git src/weblet/counter/makefile src/weblet/counter/makefile
index 2833ff0..2761f15 100755
--- src/weblet/counter/makefile
+++ src/weblet/counter/makefile
@@ -4,7 +4,7 @@
 O = counter.o 
 
 counter: $(O)
-	${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a
+	${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
 	mv ${AOUT} counter.exe
 	chmod a+rx counter.exe
 	${STRIP} counter.exe${EXE}