diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-14 22:40:16 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-14 22:40:16 +0000 |
commit | 23e06fb205c2494dc8c44e976e27ca0a30c30ed2 (patch) | |
tree | 7e410a3cca121214a200d8f81b63a20c0d6f4f84 /Makefile.am | |
parent | 07ed043059d5fc7e8d694f6814eb1ba63946d646 (diff) |
Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0ddafc1..6637a7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ AM_YFLAGS = -d bin_PROGRAMS = xgc -xgc_CFLAGS = $(DEP_CFLAGS) +xgc_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE xgc_LDADD = $(DEP_LIBS) -lm xgc_SOURCES = \ |