From a28ccc965c0031090dabe6f65b90281de827b53a Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 19 Dec 2012 09:17:24 +0000 Subject: rename linearize.{h/c} to linearizer.{h/c} which follows the convention used in parser.c and reasoner.c --- src/runtime/c/Makefile.am | 4 ++-- 1 file changed, 2 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 cfb7461df..40b0b436d 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -43,7 +43,7 @@ guinclude_HEADERS = \ pgfincludedir=$(includedir)/pgf pgfinclude_HEADERS = \ pgf/expr.h \ - pgf/linearize.h \ + pgf/linearizer.h \ pgf/parser.h \ pgf/lexer.h \ pgf/literals.h \ @@ -110,7 +110,7 @@ libpgf_la_SOURCES = \ pgf/literals.h \ pgf/reader.h \ pgf/reader.c \ - pgf/linearize.c \ + pgf/linearizer.c \ pgf/reasoner.c \ pgf/printer.c \ pgf/pgf.c \ -- cgit v1.2.3