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-glyphname | |
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-glyphname')
-rw-r--r-- | fc-glyphname/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fc-glyphname/Makefile.am b/fc-glyphname/Makefile.am index b379e38..d741f4e 100644 --- a/fc-glyphname/Makefile.am +++ b/fc-glyphname/Makefile.am @@ -22,7 +22,7 @@ # PERFORMANCE OF THIS SOFTWARE. # -INCLUDES=-I${top_srcdir}/src $(FREETYPE_CFLAGS) +INCLUDES=-I${top_srcdir}/src -I${top_srcdir} $(FREETYPE_CFLAGS) TMPL=fcglyphname.tmpl.h STMPL=${top_srcdir}/fc-glyphname/${TMPL} @@ -43,5 +43,5 @@ $(TARG): $(STMPL) fc-glyphname $(SGLYPHNAME) rm -f $(TARG) ./fc-glyphname $(SGLYPHNAME) < $(STMPL) > $(TARG) -clean:: - $(RM) $(TARG) +CLEANFILES=$(TARG) + |