diff options
author | Akira TAGOH <akira@tagoh.org> | 2015-02-27 14:17:26 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2015-02-27 14:18:32 +0900 |
commit | d6a5cc665a1d7e91332944353e92c83ad114368c (patch) | |
tree | 206915cd8cffe0acccf4b363c9003e884594cb67 /Makefile.am | |
parent | 97cf7ec4d740c9b3ac7c29388224f5e0c226a120 (diff) |
Hardcode the blanks in the library
https://bugs.freedesktop.org/show_bug.cgi?id=79956
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 2b949e43..2b4a5b82 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-case fc-lang fc-glyphname src \ +SUBDIRS=fontconfig fc-blanks fc-case fc-lang fc-glyphname src \ fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \ fc-validate conf.d test if ENABLE_DOCS |