aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-09-10 15:53:41 (GMT)
committerrathnor <rathnor>2003-09-10 15:53:41 (GMT)
commita3f23b5ec18cb1cb294c43c67a1c43018f1d01eb (patch)
tree8d69b993ec083e859141b7fd10782a126905d1e0 /Makefile.am
parent163588d978a3adda7edabf47dafaab000d8c0eb5 (diff)
downloadfluxbox-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.am1
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 @@
3SUBDIRS = data doc nls src util 3SUBDIRS = data doc nls src util
4MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in 4MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
5ACLOCAL_AMFLAGS = -I . 5ACLOCAL_AMFLAGS = -I .
6EXTRA_DIST = xft.m4
6 7
7uninstall-local: 8uninstall-local:
8 rmdir $(pkgdatadir) 9 rmdir $(pkgdatadir)