From 7c0bad50921365746ea362710015853a4879c0a7 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 5 Sep 2013 11:20:39 +0000 Subject: remove the read and write modules from libgu. this simplifies the i/o layer --- src/runtime/c/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/runtime/c/Makefile.am') diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am index 2e5f260f7..c4eea5698 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -27,7 +27,6 @@ guinclude_HEADERS = \ gu/mem.h \ gu/out.h \ gu/prime.h \ - gu/read.h \ gu/seq.h \ gu/str.h \ gu/string.h \ @@ -35,12 +34,12 @@ guinclude_HEADERS = \ gu/type.h \ gu/ucs.h \ gu/utf8.h \ - gu/variant.h \ - gu/write.h + gu/variant.h pgfincludedir=$(includedir)/pgf pgfinclude_HEADERS = \ pgf/expr.h \ + pgf/reader.h \ pgf/linearizer.h \ pgf/parser.h \ pgf/lexer.h \ @@ -67,12 +66,10 @@ libgu_la_SOURCES = \ gu/mem.c \ gu/out.c \ gu/prime.c \ - gu/read.c \ gu/str.c \ gu/string.c \ gu/type.c \ gu/utf8.c \ - gu/write.c \ gu/ucs.c \ gu/variant.c -- cgit v1.2.3