Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 517:8191f0d305cb
prev489:45c8ddcf52cb
next521:33d2d92784c7
author nkeynes
date Fri Nov 16 23:51:23 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Move native cd drivers under the drivers directory
file annotate diff log raw
1.1 --- a/Makefile.in Sun Nov 04 05:07:49 2007 +0000
1.2 +++ b/Makefile.in Fri Nov 16 23:51:23 2007 +0000
1.3 @@ -135,7 +135,7 @@
1.4 sysconfdir = @sysconfdir@
1.5 target_alias = @target_alias@
1.6
1.7 -SUBDIRS = src po
1.8 +SUBDIRS = src po test
1.9
1.10 EXTRA_DIST = autogen.sh
1.11 subdir = .
1.12 @@ -151,9 +151,9 @@
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 - aclocal.m4 config.h.in configure configure.in depcomp \
1.18 - install-sh missing mkinstalldirs
1.19 + COPYING ChangeLog INSTALL Makefile.am NEWS acconfig.h \
1.20 + aclocal.m4 config.guess config.h.in config.sub configure \
1.21 + configure.in depcomp install-sh missing mkinstalldirs
1.22 DIST_SUBDIRS = $(SUBDIRS)
1.23 all: config.h
1.24 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1.25 @@ -553,6 +553,8 @@
1.26 fi \
1.27 done \
1.28 fi
1.29 + $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
1.30 + $(INSTALL_DATA) lxdreamrc $(DESTDIR)$(sysconfdir)
1.31
1.32 dist-hook:
1.33 if test -d pixmaps; then \
.