diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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 @@ | |||
6 | SUBDIRS = doc nls src util data | 7 | SUBDIRS = doc nls src util data |
7 | MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in | 8 | MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in |
8 | ACLOCAL_AMFLAGS = -I m4 | 9 | ACLOCAL_AMFLAGS = -I m4 |
9 | EXTRA_DIST = $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* | 10 | EXTRA_DIST = $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* build-aux/config.rpath |
10 | 11 | ||
11 | uninstall-hook: | 12 | uninstall-hook: |
12 | rmdir $(DESTDIR)$(pkgdatadir) | 13 | rmdir $(DESTDIR)$(pkgdatadir) |