Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 614:a2d239d4438a
prev586:2a3ba82cf243
next635:76c63aac3590
next653:3202ff01d48e
author bhaal22
date Tue Feb 26 01:10:48 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Commit initial ALSA audio driver
Add init/shutdown stubs to audio driver structure
file annotate diff log raw
1.1 --- a/Makefile.in Tue Jan 15 20:50:23 2008 +0000
1.2 +++ b/Makefile.in Tue Feb 26 01:10:48 2008 +0000
1.3 @@ -95,6 +95,8 @@
1.4 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.5 INSTOBJEXT = @INSTOBJEXT@
1.6 INTLLIBS = @INTLLIBS@
1.7 +JOY_LINUX_FALSE = @JOY_LINUX_FALSE@
1.8 +JOY_LINUX_TRUE = @JOY_LINUX_TRUE@
1.9 LDFLAGS = @LDFLAGS@
1.10 LIBOBJS = @LIBOBJS@
1.11 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
1.12 @@ -188,7 +190,7 @@
1.13 installdirs-recursive install-recursive uninstall-recursive \
1.14 check-recursive installcheck-recursive
1.15 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
1.16 - COPYING ChangeLog INSTALL Makefile.am NEWS TODO acconfig.h \
1.17 + COPYING ChangeLog INSTALL Makefile.am NEWS acconfig.h \
1.18 aclocal.m4 config.guess config.h.in config.sub configure \
1.19 configure.in depcomp install-sh missing mkinstalldirs
1.20 DIST_SUBDIRS = src po test
.