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-match | |
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-match')
-rw-r--r-- | fc-match/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-match/Makefile.am b/fc-match/Makefile.am index 229ac60f..80629fc2 100644 --- a/fc-match/Makefile.am +++ b/fc-match/Makefile.am @@ -25,7 +25,7 @@ bin_PROGRAMS=fc-match man_MANS=fc-match.1 -INCLUDES=$(FREETYPE_CFLAGS) +INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) EXTRA_DIST=$(man_MANS) |