graphvizAbstractTree in the C and Python runtimes

This commit is contained in:
kr.angelov
2013-08-15 08:06:37 +00:00
parent bce1dff728
commit 5337b4bef7
5 changed files with 129 additions and 82 deletions

View File

@@ -47,6 +47,7 @@ pgfinclude_HEADERS = \
pgf/parser.h \
pgf/lexer.h \
pgf/literals.h \
pgf/graphviz.h \
pgf/pgf.h
libgu_la_SOURCES = \
@@ -115,6 +116,7 @@ libpgf_la_SOURCES = \
pgf/linearizer.c \
pgf/reasoner.c \
pgf/printer.c \
pgf/graphviz.c \
pgf/pgf.c \
pgf/pgf.h