diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-08-13 01:31:18 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-02-13 16:53:56 -0800 |
commit | 77c0d8bce86ca088782d5631617c0ef681d91312 (patch) | |
tree | e4905ee54a36d92fef5208a961fe77326319562e /Makefile.am | |
parent | d5b6085c3e40b4e2605cab7ff6c8a621b961b2d2 (diff) |
Add fc-query (#13019)
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 1b78d1bb..6e1c207e 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 conf.d $(DOCSRC) test + fc-cache fc-cat fc-list fc-match fc-query conf.d $(DOCSRC) test EXTRA_DIST = \ fontconfig.pc.in \ |