ossp-pkg/xds/Makefile 1.14 -> 1.15
--- Makefile 2001/07/18 11:30:19 1.14
+++ Makefile 2001/07/18 18:26:32 1.15
@@ -5,7 +5,8 @@
AR = ar
RANLIB = ranlib
-WARNFLAGS = -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs
+WARNFLAGS = -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes \
+ -Wmissing-declarations -Wnested-externs
OPTFLAGS = -O3 -pipe
CPPFLAGS = -D_GNU_SOURCE
@@ -15,7 +16,7 @@
OBJS = decode.o destroy.o encode.o getbuffer.o init.o register.o \
setbuffer.o unregister.o vdecode.o vencode.o find-engine.o \
- set-capacity.o xdr-encode-int.o
+ set-capacity.o xdr-encode-int.o xdr-decode-int.o
.c.o:
$(CC) $(CPPFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(CFLAGS) -c $<
|
|