diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-08-04 16:31:52 +0100 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-09-12 17:02:27 -0400 |
commit | 8f4c4d278d013f6cc69ba7d7bf0f8aed11398dfb (patch) | |
tree | 8683c72a53a935cfef0815f8854fd7618f3bb94c /Makefile.am | |
parent | 3bd4dd27bd673950e47ccdfd58b798abc580b6a0 (diff) |
Remove blanks facility from the library
XML parser does not accept it anymore either.
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 4a8edb0a..c081f672 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-blanks fc-case fc-lang src \ +SUBDIRS=fontconfig fc-case fc-lang src \ fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \ fc-validate conf.d test if ENABLE_DOCS |