Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 180:e6dcf9b65658
prev94:8d80d9c7cc7d
next360:dff4a3bbac0c
author nkeynes
date Tue Feb 06 07:59:06 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Fix debug output of polygons with modifier volume
file annotate diff log raw
1.1 --- a/Makefile.in Sun Feb 05 04:05:27 2006 +0000
1.2 +++ b/Makefile.in Tue Feb 06 07:59:06 2007 +0000
1.3 @@ -101,6 +101,7 @@
1.4 XGETTEXT = @XGETTEXT@
1.5 ac_ct_CC = @ac_ct_CC@
1.6 ac_ct_STRIP = @ac_ct_STRIP@
1.7 +ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
1.8 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
1.9 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
1.10 am__include = @am__include@
1.11 @@ -126,7 +127,7 @@
1.12 sysconfdir = @sysconfdir@
1.13 target_alias = @target_alias@
1.14
1.15 -SUBDIRS = src po test
1.16 +SUBDIRS = src po
1.17
1.18 EXTRA_DIST = \
1.19 autogen.sh \
1.20 @@ -146,7 +147,7 @@
1.21 installdirs-recursive install-recursive uninstall-recursive \
1.22 check-recursive installcheck-recursive
1.23 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
1.24 - COPYING ChangeLog INSTALL Makefile.am NEWS TODO acconfig.h \
1.25 + COPYING ChangeLog INSTALL Makefile.am NEWS acconfig.h \
1.26 aclocal.m4 config.h.in configure configure.in depcomp \
1.27 install-sh missing mkinstalldirs
1.28 DIST_SUBDIRS = $(SUBDIRS)
.