Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 931:430048ea8b71
prev900:609fa702406b
next964:f2f3c7612d06
author nkeynes
date Tue Dec 23 05:48:05 2008 +0000 (14 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change More refactoring and general cleanup. Most things should be working again now.
Split off cache and start real implementation, breaking save states in the process
file annotate diff log raw
1.1 --- a/Makefile.in Sun Oct 26 00:52:32 2008 +0000
1.2 +++ b/Makefile.in Tue Dec 23 05:48:05 2008 +0000
1.3 @@ -44,7 +44,8 @@
1.4 config.sub depcomp install-sh missing mkinstalldirs
1.5 subdir = .
1.6 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.7 -am__aclocal_m4_deps = $(top_srcdir)/configure.in
1.8 +am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
1.9 + $(top_srcdir)/configure.in
1.10 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1.11 $(ACLOCAL_M4)
1.12 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
.