diff options
author | rathnor <rathnor> | 2003-09-10 15:53:41 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-09-10 15:53:41 (GMT) |
commit | a3f23b5ec18cb1cb294c43c67a1c43018f1d01eb (patch) | |
tree | 8d69b993ec083e859141b7fd10782a126905d1e0 /Makefile.am | |
parent | 163588d978a3adda7edabf47dafaab000d8c0eb5 (diff) | |
download | fluxbox-a3f23b5ec18cb1cb294c43c67a1c43018f1d01eb.zip fluxbox-a3f23b5ec18cb1cb294c43c67a1c43018f1d01eb.tar.bz2 |
also add xft.m4 to EXTRA_DIST so that it gets packaged
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 26f48fa..cb2672e 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -3,6 +3,7 @@ | |||
3 | SUBDIRS = data doc nls src util | 3 | SUBDIRS = data doc nls src util |
4 | MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in | 4 | MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in |
5 | ACLOCAL_AMFLAGS = -I . | 5 | ACLOCAL_AMFLAGS = -I . |
6 | EXTRA_DIST = xft.m4 | ||
6 | 7 | ||
7 | uninstall-local: | 8 | uninstall-local: |
8 | rmdir $(pkgdatadir) | 9 | rmdir $(pkgdatadir) |