summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-07 15:14:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-07 15:14:50 +0200
commit6c41138bdd546c1e833b5172901a98da38f1a849 (patch)
treef04a91bcc006f5fcb9692ea19bc3bfdc35160c1a /Makefile
parent229e9fc7633c04f21af1a18a50f400c54fd476ed (diff)
downloadvdr-6c41138bdd546c1e833b5172901a98da38f1a849.tar.gz
vdr-6c41138bdd546c1e833b5172901a98da38f1a849.tar.bz2
Moved the _GNU_SOURCE macro into the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f39be088..4efae4b1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.27 2001/08/31 13:13:30 kls Exp $
+# $Id: Makefile 1.28 2001/10/07 15:14:50 kls Exp $
.DELETE_ON_ERROR:
@@ -39,6 +39,8 @@ endif
DEFINES += -DREMOTE_$(REMOTE)
+DEFINES += -D_GNU_SOURCE
+
ifdef DEBUG_OSD
DEFINES += -DDEBUG_OSD
endif