fix the Android makefile after the addition of word alignment API

This commit is contained in:
Krasimir Angelov
2017-09-01 09:19:37 +02:00
parent 5a37660811
commit 1a27ddfabb

View File

@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
jni_c_files := jpgf.c jsg.c jni_utils.c
sg_c_files := sg.c sqlite3Btree.c
pgf_c_files := data.c expr.c graphviz.c linearizer.c literals.c parser.c parseval.c pgf.c printer.c reader.c \
reasoner.c evaluator.c jit.c typechecker.c lookup.c
reasoner.c evaluator.c jit.c typechecker.c lookup.c aligner.c
gu_c_files := assert.c choice.c exn.c fun.c in.c map.c out.c utf8.c \
bits.c defs.c enum.c file.c hash.c mem.c prime.c seq.c string.c ucs.c variant.c