aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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