Add -D_GNU_SOURCE for compatibility with linux (!!!)
authorteodor <teodor>
Fri, 21 Jan 2005 18:25:36 +0000 (18:25 +0000)
committerteodor <teodor>
Fri, 21 Jan 2005 18:25:36 +0000 (18:25 +0000)
Makefile

index 2f6293a..5cd00e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 CC=gcc
 #pkg-config gtk+-2.0
 INCLUDE=-I. -I../tedtools `pkg-config gtk+-2.0 --cflags` 
-CFLAGS=-Wall -g -O2
+CFLAGS=-Wall -g -O2 -D_GNU_SOURCE
 DEFINES=
 #LIB=-lm -L../tedtools -ltedtools `pkg-config gtk+-2.0 --libs` -lgthread-2.0
 LIB=-lm -L../tedtools -ltedtools `pkg-config gtk+-2.0 --libs` -lpthread