Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 459:21041c9634e4
prev360:dff4a3bbac0c
next489:45c8ddcf52cb
author nkeynes
date Wed Oct 24 21:23:22 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix long standing texcache management bug (invalidate palette was not placing
the invalidated entries on the free list).
file annotate diff log raw
1.1 --- a/Makefile.in Thu Aug 23 12:34:43 2007 +0000
1.2 +++ b/Makefile.in Wed Oct 24 21:23:22 2007 +0000
1.3 @@ -135,11 +135,7 @@
1.4
1.5 SUBDIRS = src po
1.6
1.7 -EXTRA_DIST = \
1.8 - autogen.sh \
1.9 - dream.glade \
1.10 - dream.gladep
1.11 -
1.12 +EXTRA_DIST = autogen.sh
1.13 subdir = .
1.14 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.15 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
1.16 @@ -153,9 +149,9 @@
1.17 installdirs-recursive install-recursive uninstall-recursive \
1.18 check-recursive installcheck-recursive
1.19 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
1.20 - COPYING ChangeLog INSTALL Makefile.am NEWS acconfig.h \
1.21 - aclocal.m4 config.h.in configure configure.in depcomp \
1.22 - install-sh missing mkinstalldirs
1.23 + COPYING ChangeLog INSTALL Makefile.am NEWS TODO acconfig.h \
1.24 + acinclude.m4 aclocal.m4 config.h.in configure configure.in \
1.25 + depcomp install-sh missing mkinstalldirs
1.26 DIST_SUBDIRS = $(SUBDIRS)
1.27 all: config.h
1.28 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1.29 @@ -175,7 +171,7 @@
1.30 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
1.31 cd $(srcdir) && $(AUTOCONF)
1.32
1.33 -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
1.34 +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
1.35 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1.36
1.37 config.h: stamp-h1
.