diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-08-15 08:06:37 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-08-15 08:06:37 +0000 |
| commit | 5337b4bef73e375d1f8cf4bb5eae543e7cab4922 (patch) | |
| tree | ca93c524042901d2c13bbc7cd57ae49c6e99f7c1 /src/runtime/c/Makefile.am | |
| parent | bce1dff72877053f4041446b6d13181abec65656 (diff) | |
graphvizAbstractTree in the C and Python runtimes
Diffstat (limited to 'src/runtime/c/Makefile.am')
| -rw-r--r-- | src/runtime/c/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am index 47dd082fc..207545bd6 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -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 |
