diff options
author | Keith Packard <keithp@keithp.com> | 2004-12-29 09:15:17 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-12-29 09:15:17 +0000 |
commit | 192296d852011f4a2abb6e9fd1ee741fa7f81673 (patch) | |
tree | 0a6924e8b0b4a950d5eb78bbfc541be3367ad9ae /Makefile.am | |
parent | 5cf8c5364f1b7a676f52b480fa55c571cadc6fda (diff) |
Adopt some RedHat suggestions for standard font configuration.
Add new helper program 'fc-case' to construct case folding tables from
standard Unicode CaseFolding.txt file
Re-implement case insensitive functions with Unicode aware versions
(including full case folding mappings)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e10124c1..53c19205 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ # PERFORMANCE OF THIS SOFTWARE. DOCSRC=@DOCSRC@ -SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list fc-match $(DOCSRC) test +SUBDIRS=fontconfig fc-lang fc-glyphname fc-case src fc-cache fc-list fc-match $(DOCSRC) test EXTRA_DIST = \ fontconfig.pc.in \ |