diff options
author | Keith Packard <keithp@keithp.com> | 2003-10-27 10:44:13 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-10-27 10:44:13 +0000 |
commit | 4cbc3ee8fe4a6266b2d107c7475a65de6bdd1068 (patch) | |
tree | 731004f1fee5b25147fce2f8eb15c4764be57714 /fc-list | |
parent | 394b2bf04651d62194c7faa836899d33ca3ed017 (diff) |
Yet more cleanups to finish getting 'make distcheck' working This has been
tested to ensure that it even works from a _build directory.
Diffstat (limited to 'fc-list')
-rw-r--r-- | fc-list/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-list/Makefile.am b/fc-list/Makefile.am index 356c9f10..1af8384c 100644 --- a/fc-list/Makefile.am +++ b/fc-list/Makefile.am @@ -31,7 +31,7 @@ bin_PROGRAMS=fc-list man_MANS=fc-list.1 -INCLUDES=$(FREETYPE_CFLAGS) +INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) EXTRA_DIST=$(SGML) |