diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-14 22:40:14 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-14 22:40:14 +0000 |
commit | 8b25b98b1cbe95610a862d75cdecd59cd40bca30 (patch) | |
tree | 9d9682e36009713f0e17848df0bff5e1490f7225 | |
parent | 0b8defdf67bc0354d90c525bd4d81dff7f397925 (diff) |
Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9a768b8..448e801 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = listres -listres_CFLAGS = $(DEP_CFLAGS) +listres_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE listres_LDADD = $(DEP_LIBS) listres_SOURCES = \ |