OSSP CVS Repository

ossp - Check-in [4156]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4156
Date: 2001-Jul-08 16:07:35 (local)
2001-Jul-08 14:07:35 (UTC)
User:simons
Branch:
Comment: - Added _GNU_SOURCE define to CPPFLAGS so those stupid Linux boxes find routines not included in the ANSI-C standard.

- Added find-engine.o module to build.

Tickets:
Inspections:
Files:
ossp-pkg/xds/Makefile      1.9 -> 1.10     2 inserted, 2 deleted

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 $<

CVSTrac 2.0.1