ossp-pkg/xds/Makefile 1.9 -> 1.10
--- Makefile 2001/07/04 16:13:56 1.9
+++ Makefile 2001/07/08 14:07:35 1.10
@@ -8,13 +8,13 @@
WARNFLAGS = -Wall -ansi -pedantic
OPTFLAGS = -O3 -pipe
-CPPFLAGS =
+CPPFLAGS = -D_GNU_SOURCE
CFLAGS =
CXXFLAGS =
LDFLAGS =
OBJS = decode.o destroy.o encode.o getbuffer.o init.o register.o \
- setbuffer.o unregister.o vdecode.o vencode.o
+ setbuffer.o unregister.o vdecode.o vencode.o find-engine.o
.c.o:
$(CC) $(CPPFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(CFLAGS) -c $<
|
|