diff options
author | Keith Packard <keithp@keithp.com> | 2003-06-09 18:49:19 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-06-09 18:49:19 +0000 |
commit | 440e7054857a9a6382243f33498b2384f246379d (patch) | |
tree | 44cf047548ac0f85f2dd0b56b559ea2bc147bc53 /Makefile.am | |
parent | 947afeb566e738de3980c8c8751358ecfebdba25 (diff) |
Add fc-match program to demonstrate font matching from the command line
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 a96074e..fd10fbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list doc test +SUBDIRS=fontconfig fc-lang fc-glyphname src fc-cache fc-list fc-match doc test EXTRA_DIST = \ fontconfig.pc.in \ |