summaryrefslogtreecommitdiff
path: root/fc-glyphname
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-04-14 18:08:41 +0000
committerKeith Packard <keithp@keithp.com>2004-04-14 18:08:41 +0000
commit6ae6acf3178d7dd10e2326f6833d25970e530f61 (patch)
treebfae5a114a434b0aa0931ab63aeb90598b37ba95 /fc-glyphname
parent89e28590f3c85f302dcc5c611e7b9fa906e0ec07 (diff)
Add instructions for doing a releasefc-2_2_93
clean up .spec file; perhaps this will be useful to somebody... Update to 2.2.93 Make 'scanopen' static so GCC doesn't whine about lacking prototype Add WARN_CFLAGS to pass -W flags for GCC systems Change various char types around to match across function calls. Fixed bug in using available_sizes[i].height which is in pixels, not 64ths of a pixel.
Diffstat (limited to 'fc-glyphname')
-rw-r--r--fc-glyphname/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-glyphname/Makefile.am b/fc-glyphname/Makefile.am
index d741f4e..25dbdff 100644
--- a/fc-glyphname/Makefile.am
+++ b/fc-glyphname/Makefile.am
@@ -22,7 +22,7 @@
# PERFORMANCE OF THIS SOFTWARE.
#
-INCLUDES=-I${top_srcdir}/src -I${top_srcdir} $(FREETYPE_CFLAGS)
+INCLUDES=-I${top_srcdir}/src -I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS)
TMPL=fcglyphname.tmpl.h
STMPL=${top_srcdir}/fc-glyphname/${TMPL}