Search
lxdream.org :: lxdream/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.am
changeset 517:8191f0d305cb
prev459:21041c9634e4
next521:33d2d92784c7
author nkeynes
date Thu Nov 15 08:18:21 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Install lxdreamrc in $sysconfdir
Include test subdir
file annotate diff log raw
1.1 --- a/Makefile.am Tue Oct 23 10:40:46 2007 +0000
1.2 +++ b/Makefile.am Thu Nov 15 08:18:21 2007 +0000
1.3 @@ -1,6 +1,6 @@
1.4 ## Process this file with automake to produce Makefile.in
1.5
1.6 -SUBDIRS = src po
1.7 +SUBDIRS = src po test
1.8
1.9 EXTRA_DIST = autogen.sh
1.10
1.11 @@ -14,6 +14,8 @@
1.12 fi \
1.13 done \
1.14 fi
1.15 + $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
1.16 + $(INSTALL_DATA) lxdreamrc $(DESTDIR)$(sysconfdir)
1.17
1.18 dist-hook:
1.19 if test -d pixmaps; then \
.