revision 517:8191f0d305cb
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 517:8191f0d305cb |
parent | 516:71a2cf942f17 |
child | 518:6b832cf6bd3f |
author | nkeynes |
date | Thu Nov 15 08:18:21 2007 +0000 (14 years ago) |
Install lxdreamrc in $sysconfdir
Include test subdir
Include test subdir
![]() | Makefile.am | view | annotate | diff | log | |
![]() | Makefile.in | view | annotate | diff | log |
1.1 --- a/Makefile.am Thu Nov 15 08:17:44 2007 +00001.2 +++ b/Makefile.am Thu Nov 15 08:18:21 2007 +00001.3 @@ -1,6 +1,6 @@1.4 ## Process this file with automake to produce Makefile.in1.6 -SUBDIRS = src po1.7 +SUBDIRS = src po test1.9 EXTRA_DIST = autogen.sh1.11 @@ -14,6 +14,8 @@1.12 fi \1.13 done \1.14 fi1.15 + $(mkinstalldirs) $(DESTDIR)$(sysconfdir)1.16 + $(INSTALL_DATA) lxdreamrc $(DESTDIR)$(sysconfdir)1.18 dist-hook:1.19 if test -d pixmaps; then \
2.1 --- a/Makefile.in Thu Nov 15 08:17:44 2007 +00002.2 +++ b/Makefile.in Thu Nov 15 08:18:21 2007 +00002.3 @@ -135,7 +135,7 @@2.4 sysconfdir = @sysconfdir@2.5 target_alias = @target_alias@2.7 -SUBDIRS = src po2.8 +SUBDIRS = src po test2.10 EXTRA_DIST = autogen.sh2.11 subdir = .2.12 @@ -151,9 +151,9 @@2.13 installdirs-recursive install-recursive uninstall-recursive \2.14 check-recursive installcheck-recursive2.15 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \2.16 - COPYING ChangeLog INSTALL Makefile.am NEWS TODO acconfig.h \2.17 - aclocal.m4 config.h.in configure configure.in depcomp \2.18 - install-sh missing mkinstalldirs2.19 + COPYING ChangeLog INSTALL Makefile.am NEWS acconfig.h \2.20 + aclocal.m4 config.guess config.h.in config.sub configure \2.21 + configure.in depcomp install-sh missing mkinstalldirs2.22 DIST_SUBDIRS = $(SUBDIRS)2.23 all: config.h2.24 $(MAKE) $(AM_MAKEFLAGS) all-recursive2.25 @@ -553,6 +553,8 @@2.26 fi \2.27 done \2.28 fi2.29 + $(mkinstalldirs) $(DESTDIR)$(sysconfdir)2.30 + $(INSTALL_DATA) lxdreamrc $(DESTDIR)$(sysconfdir)2.32 dist-hook:2.33 if test -d pixmaps; then \
.