Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 985:52e64faac752
prev967:ef93b08e2166
next987:3bd03f1ce0a7
author nkeynes
date Tue Feb 24 11:47:41 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Set the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems
to work correctly on all the platforms we care about at the moment.
Tweak the gcc-detection slightly (it was getting it wrong on some gcc builds)
file annotate diff log raw
1.1 --- a/src/Makefile.am Thu Jan 15 11:18:10 2009 +0000
1.2 +++ b/src/Makefile.am Tue Feb 24 11:47:41 2009 +0000
1.3 @@ -13,7 +13,7 @@
1.4
1.5
1.6 EXTRA_DIST=drivers/genkeymap.pl checkver.pl
1.7 -AM_CFLAGS = -D_ISOC99_SOURCE -D_BSD_SOURCE
1.8 +AM_CFLAGS = -D__EXTENSIONS__ -U__STRICT_ANSI__
1.9
1.10 .PHONY: checkversion
1.11 checkversion:
.