diff options
author | rathnor <rathnor> | 2003-09-10 15:49:51 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-09-10 15:49:51 (GMT) |
commit | 163588d978a3adda7edabf47dafaab000d8c0eb5 (patch) | |
tree | 973fb09ff78cca244863d55eb03c68fdb55312e1 | |
parent | b78edef5b6e39822142dd91331a53ab38b147f05 (diff) | |
download | fluxbox_pavel-163588d978a3adda7edabf47dafaab000d8c0eb5.zip fluxbox_pavel-163588d978a3adda7edabf47dafaab000d8c0eb5.tar.bz2 |
add line to teach Makefile how to get to xft.m4
should stop annoying "can't find AM_PATH_XFT" problem
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a5a9b25..26f48fa 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
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 | 6 | ||
6 | uninstall-local: | 7 | uninstall-local: |
7 | rmdir $(pkgdatadir) | 8 | rmdir $(pkgdatadir) |