Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 1162:a10d0d254f1f
prev1110:eb1c005ba3cb
next1170:9ffc8295b414
author nkeynes
date Wed Mar 30 21:51:54 2011 +1000 (13 years ago)
permissions -rw-r--r--
last change Fix read sector type on OS X (oops)
file annotate diff log raw
1.1 --- a/Makefile.in Mon Jul 12 22:41:38 2010 +1000
1.2 +++ b/Makefile.in Wed Mar 30 21:51:54 2011 +1000
1.3 @@ -40,8 +40,9 @@
1.4 $(srcdir)/Info.plist.in $(srcdir)/Makefile.am \
1.5 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
1.6 $(top_srcdir)/configure $(top_srcdir)/test/Makefile.in AUTHORS \
1.7 - COPYING ChangeLog INSTALL NEWS acconfig.h compile config.guess \
1.8 - config.sub depcomp install-sh missing mkinstalldirs
1.9 + COPYING ChangeLog INSTALL NEWS TODO acconfig.h compile \
1.10 + config.guess config.sub depcomp install-sh missing \
1.11 + mkinstalldirs
1.12 subdir = .
1.13 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.14 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
1.15 @@ -195,6 +196,7 @@
1.16 PACKAGE_NAME = @PACKAGE_NAME@
1.17 PACKAGE_STRING = @PACKAGE_STRING@
1.18 PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.19 +PACKAGE_URL = @PACKAGE_URL@
1.20 PACKAGE_VERSION = @PACKAGE_VERSION@
1.21 PATH_SEPARATOR = @PATH_SEPARATOR@
1.22 PKG_CONFIG = @PKG_CONFIG@
.