diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..8097d53 --- /dev/null +++ b/Makefile.am | |||
@@ -0,0 +1,9 @@ | |||
1 | # Makefile.am for Fluxbox 0.1.x | ||
2 | |||
3 | SUBDIRS = data doc nls src util | ||
4 | MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in | ||
5 | |||
6 | uninstall-local: | ||
7 | rmdir $(pkgdatadir) | ||
8 | distclean-local: | ||
9 | rm -f *\~ | ||