From aa13090b66d7ee1ffc68ad242c6419a83cf364d9 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 12 Dec 2012 11:25:58 +0000 Subject: started an official API to the C runtime --- src/runtime/c/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/runtime/c/Makefile.am') diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am index 3757dbbf4..f6e8a263a 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -42,7 +42,6 @@ guinclude_HEADERS = \ pgfincludedir=$(includedir)/pgf pgfinclude_HEADERS = \ - pgf/data.h \ pgf/expr.h \ pgf/linearize.h \ pgf/parser.h \ @@ -109,9 +108,12 @@ libpgf_la_SOURCES = \ pgf/lexer.h \ pgf/literals.c \ pgf/literals.h \ + pgf/reader.h \ pgf/reader.c \ pgf/linearize.c \ - pgf/printer.c + pgf/printer.c \ + pgf/pgf.c \ + pgf/pgf.h bin_PROGRAMS = \ utils/pgf2yaml \ -- cgit v1.2.3