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 | 6467b9f9b57d56d502e97260261745742a7645c7 (patch) | |
tree | d686ed1b6b216fd88ede0ecb9c5615644e4e48df | |
parent | aba3f11253842b810676ae26efb20f9658182097 (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 17e71c6..f1827d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xset -xset_CFLAGS = $(DEP_CFLAGS) +xset_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE xset_LDADD = $(DEP_LIBS) xset_SOURCES = \ |