projects
/
xgalaxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08610ff
)
Add -D_GNU_SOURCE for compatibility with linux (!!!)
author
teodor
<teodor>
Fri, 21 Jan 2005 18:25:36 +0000
(18:25 +0000)
committer
teodor
<teodor>
Fri, 21 Jan 2005 18:25:36 +0000
(18:25 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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