aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorsimonb <simonb>2007-03-31 11:28:46 (GMT)
committersimonb <simonb>2007-03-31 11:28:46 (GMT)
commit383f99d4b6a90a5be3c4b8ea9a32fb902f3220cc (patch)
treeb7de457bcf6000b2eddae35a07413d9b25b88eeb /Makefile.am
parent9ce423ab5f6d7f55d61d8c931d1a4d30cfd07da3 (diff)
downloadfluxbox-383f99d4b6a90a5be3c4b8ea9a32fb902f3220cc.zip
fluxbox-383f99d4b6a90a5be3c4b8ea9a32fb902f3220cc.tar.bz2
Default value for $LAUNCHER, plus add util and util/fbrun to the
PATH when generating install menu so it can find fbrun. data thus needs to come after util in toplevel subdir processing so that fbrun is built
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1c024a8..dd194fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,9 @@
1# Makefile.am for Fluxbox - http://fluxbox.org 1# Makefile.am for Fluxbox - http://fluxbox.org
2 2
3SUBDIRS = data doc nls src util 3# data dir after util so that utils are built for path searching
4# when generating menu
5
6SUBDIRS = doc nls src util data
4MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in 7MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
5ACLOCAL_AMFLAGS = -I . 8ACLOCAL_AMFLAGS = -I .
6EXTRA_DIST = acinclude.m4 9EXTRA_DIST = acinclude.m4