summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2015-02-27 14:17:26 +0900
committerAkira TAGOH <akira@tagoh.org>2015-02-27 14:18:32 +0900
commitd6a5cc665a1d7e91332944353e92c83ad114368c (patch)
tree206915cd8cffe0acccf4b363c9003e884594cb67 /Makefile.am
parent97cf7ec4d740c9b3ac7c29388224f5e0c226a120 (diff)
downloadfontconfig-d6a5cc665a1d7e91332944353e92c83ad114368c.tar.gz
Hardcode the blanks in the library
https://bugs.freedesktop.org/show_bug.cgi?id=79956
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b949e4..2b4a5b8 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