aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 63caee6..3d9b5bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
1
1# Makefile.am for Fluxbox - http://fluxbox.org 2# Makefile.am for Fluxbox - http://fluxbox.org
2 3
3# data dir after util so that utils are built for path searching 4# data dir after util so that utils are built for path searching
@@ -6,7 +7,7 @@
6SUBDIRS = doc nls src util data 7SUBDIRS = doc nls src util data
7MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in 8MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
8ACLOCAL_AMFLAGS = -I m4 9ACLOCAL_AMFLAGS = -I m4
9EXTRA_DIST = $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* 10EXTRA_DIST = $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* build-aux/config.rpath
10 11
11uninstall-hook: 12uninstall-hook:
12 rmdir $(DESTDIR)$(pkgdatadir) 13 rmdir $(DESTDIR)$(pkgdatadir)