Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 989:7baf5ecd8e98
prev985:52e64faac752
next1015:ad448bedc48a
author nkeynes
date Wed Mar 04 23:30:22 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Update ABI header paths for automake's consumption
file annotate diff log raw
1.1 --- a/Makefile.in Tue Feb 24 11:47:41 2009 +0000
1.2 +++ b/Makefile.in Wed Mar 04 23:30:22 2009 +0000
1.3 @@ -104,6 +104,8 @@
1.4 AUDIO_OSX_TRUE = @AUDIO_OSX_TRUE@
1.5 AUDIO_PULSE_FALSE = @AUDIO_PULSE_FALSE@
1.6 AUDIO_PULSE_TRUE = @AUDIO_PULSE_TRUE@
1.7 +AUDIO_SDL_FALSE = @AUDIO_SDL_FALSE@
1.8 +AUDIO_SDL_TRUE = @AUDIO_SDL_TRUE@
1.9 AUTOCONF = @AUTOCONF@
1.10 AUTOHEADER = @AUTOHEADER@
1.11 AUTOMAKE = @AUTOMAKE@
1.12 @@ -193,6 +195,8 @@
1.13 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
1.14 PULSE_CFLAGS = @PULSE_CFLAGS@
1.15 PULSE_LIBS = @PULSE_LIBS@
1.16 +SDL_CFLAGS = @SDL_CFLAGS@
1.17 +SDL_LIBS = @SDL_LIBS@
1.18 SED = @SED@
1.19 SET_MAKE = @SET_MAKE@
1.20 SHCC = @SHCC@
.