diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-04-20 23:18:00 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-04-20 23:18:00 -0400 |
commit | ba7b50ab3324887e1680a4a8961487706705c739 (patch) | |
tree | 8db51a9e017b3e478ab40f069a9274bdd2ed97eb /Makefile.am | |
parent | ac5a2336436dadac699bb579d3f6ca30225dbb28 (diff) |
Add fc-pattern cmdline tool
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1cde1321..2309a199 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,8 @@ DOCSRC=@DOCSRC@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname fc-arch src \ - fc-cache fc-cat fc-list fc-match fc-query fc-scan conf.d $(DOCSRC) test + fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \ + conf.d $(DOCSRC) test EXTRA_DIST = \ fontconfig.pc.in \ |