--- lib/device/gsicd/Makefile.orig Tue Jan 30 21:12:12 2001 +++ lib/device/gsicd/Makefile Fri May 16 16:58:53 2003 @@ -23,14 +23,14 @@ STATIC_LIB = libgsicd.a DYNAMIC_LIB = libgsicd.so LIB_NAME = $(LIBGSICD) -VERSION = .0.1 +VERSION = .0 LIB_OBJS = cd_functions.o utils.o event.o log.o INCLUDES = -I../../include -WARN = -Wall -Wstrict-prototypes +WARN = -Wall #-Wstrict-prototypes MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_MAKELIB_CFLAGS)