From c6b4052c674d7a606574d956dbfa9da5c8e9a4f1 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 8 Sep 2009 15:34:31 +0200 Subject: [PATCH] [build] Updated to compile cpml-util Updated cpml/Makefile.am to build cpml-util.[ch] instead of the old cpml-macros.[ch]. --- cpml/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cpml/Makefile.am b/cpml/Makefile.am index e7bdb315..5f3caa9d 100644 --- a/cpml/Makefile.am +++ b/cpml/Makefile.am @@ -11,10 +11,10 @@ cpml_h_sources= cpml.h \ cpml-close.h \ cpml-curve.h \ cpml-line.h \ - cpml-macros.h \ cpml-pair.h \ cpml-primitive.h \ - cpml-segment.h + cpml-segment.h \ + cpml-util.h cpml_built_h_sources= cpml_private_h_sources= cpml-alloca.h cpml_built_private_h_sources= @@ -22,10 +22,10 @@ cpml_c_sources= cpml-arc.c \ cpml-close.c \ cpml-curve.c \ cpml-line.c \ - cpml-macros.c \ cpml-pair.c \ cpml-primitive.c \ - cpml-segment.c + cpml-segment.c \ + cpml-util.c cpml_built_c_sources= # targets -- 2.11.4.GIT