diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-01-15 18:39:48 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-02-13 16:54:06 -0800 |
commit | 6bffe1a95bfd6609358d38590ad638c688232575 (patch) | |
tree | 515b3053dcda6bab42b7a343572a85e3804f4f31 /Makefile.am | |
parent | 4074fd254e5ad707448d3665a034e0fbdf6de033 (diff) |
Add fc-scan too that runs FcFileScan/FcDirScan
This is quite similar to fc-query, but calling FcFileScan/FcDirScan instead
of FcFreeTypeQuery.
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 45c71bc1..e982dd22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ DOCSRC=@DOCSRC@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname fc-arch src \ - fc-cache fc-cat fc-list fc-match fc-query conf.d $(DOCSRC) test + fc-cache fc-cat fc-list fc-match fc-query fc-scan conf.d $(DOCSRC) test EXTRA_DIST = \ fontconfig.pc.in \ |