summaryrefslogtreecommitdiff
path: root/src/runtime/c/Makefile.am
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2017-05-03 16:28:20 +0000
committerkrasimir <krasimir@chalmers.se>2017-05-03 16:28:20 +0000
commitd0269e8513c60c62621c4d6ae5d264a315cbab4e (patch)
treed6d5311cdf82174b483abe6fcf6cb10d24b96eef /src/runtime/c/Makefile.am
parent5f4c441361a62accb6783d1dab46050cf68177f9 (diff)
first steps for sentence lookup in the C runtime
Diffstat (limited to 'src/runtime/c/Makefile.am')
-rw-r--r--src/runtime/c/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am
index 941c404ae..9f6ce9a76 100644
--- a/src/runtime/c/Makefile.am
+++ b/src/runtime/c/Makefile.am
@@ -68,6 +68,7 @@ libpgf_la_SOURCES = \
pgf/expr.c \
pgf/expr.h \
pgf/parser.c \
+ pgf/lookup.c \
pgf/jit.c \
pgf/parseval.c \
pgf/literals.c \