diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-04-09 12:52:10 (GMT) |
---|---|---|
committer | Mathias Gumz <mathias gumz at gmail com> | 2011-04-18 06:50:44 (GMT) |
commit | 86c9b100f3e27f5b3136f4a1d37b703306e7ddd9 (patch) | |
tree | 270a0a0f2d37f29cc80676632085707ffce7cd97 /Makefile.am | |
parent | 8b6943ab1c3862d217e89e1c91582c905c71fbd0 (diff) | |
download | fluxbox_paul-86c9b100f3e27f5b3136f4a1d37b703306e7ddd9.zip fluxbox_paul-86c9b100f3e27f5b3136f4a1d37b703306e7ddd9.tar.bz2 |
Fix VPATH builds
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8411e57..b0c5dfb 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -6,7 +6,7 @@ | |||
6 | SUBDIRS = doc nls src util data | 6 | SUBDIRS = doc nls src util data |
7 | MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in | 7 | MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in |
8 | ACLOCAL_AMFLAGS = -I . | 8 | ACLOCAL_AMFLAGS = -I . |
9 | EXTRA_DIST = acinclude.m4 3rd/vim/* 3rd/vim/syntax/* | 9 | EXTRA_DIST = acinclude.m4 $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* |
10 | 10 | ||
11 | uninstall-local: | 11 | uninstall-local: |
12 | rmdir $(pkgdatadir) | 12 | rmdir $(pkgdatadir) |