summaryrefslogtreecommitdiff
path: root/src/runtime/c/Makefile.am
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-10-09 12:08:51 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-10-09 12:08:51 +0000
commit8cf03bc5b6895568eb08be1415985a64793bb81c (patch)
tree814e95e1b0422362066fef389e8b03741e8478ad /src/runtime/c/Makefile.am
parent20e4970ec19949da10b86facd3c6a5a4abb03acb (diff)
a major redesign in the C runtime. The parser and the linearizer now fully support BIND. The following things are still broken: parseval, word completion, handling 'pre', the robust mode
Diffstat (limited to 'src/runtime/c/Makefile.am')
-rw-r--r--src/runtime/c/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am
index a8d507d9d..6716ec042 100644
--- a/src/runtime/c/Makefile.am
+++ b/src/runtime/c/Makefile.am
@@ -39,7 +39,6 @@ pgfinclude_HEADERS = \
pgf/reader.h \
pgf/linearizer.h \
pgf/parser.h \
- pgf/lexer.h \
pgf/literals.h \
pgf/graphviz.h \
pgf/pgf.h
@@ -93,8 +92,6 @@ libpgf_la_SOURCES = \
pgf/parser.h \
pgf/jit.c \
pgf/parseval.c \
- pgf/lexer.c \
- pgf/lexer.h \
pgf/literals.c \
pgf/literals.h \
pgf/reader.h \