From 0e84ab238374b8e7a55f06437cb2f72989159dc2 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Thu, 8 Oct 2009 00:04:09 +0200 Subject: [PATCH] [build] Updated build system Included last classes in Makefile.am and in the adg.h.in template header. --- adg/Makefile.am | 6 ++++++ adg/adg.h.in | 1 + 2 files changed, 7 insertions(+) diff --git a/adg/Makefile.am b/adg/Makefile.am index ebf7d222..6c770267 100644 --- a/adg/Makefile.am +++ b/adg/Makefile.am @@ -14,6 +14,7 @@ h_sources= adg-adim.h \ adg-edges.h \ adg-entity.h \ adg-font-style.h \ + adg-hatch.h \ adg-ldim.h \ adg-line-style.h \ adg-marker.h \ @@ -25,6 +26,7 @@ h_sources= adg-adim.h \ adg-fill-style.h \ adg-primitive.h \ adg-rdim.h \ + adg-ruled-fill.h \ adg-segment.h \ adg-stroke.h \ adg-style.h \ @@ -47,6 +49,7 @@ private_h_sources= adg-adim-private.h \ adg-entity-private.h \ adg-enums.h \ adg-font-style-private.h \ + adg-hatch-private.h \ adg-intl.h \ adg-ldim-private.h \ adg-line-style-private.h \ @@ -55,6 +58,7 @@ private_h_sources= adg-adim-private.h \ adg-path-private.h \ adg-fill-style-private.h \ adg-rdim-private.h \ + adg-ruled-fill-private.h \ adg-stroke-private.h \ adg-title-block-private.h \ adg-trail-private.h \ @@ -72,6 +76,7 @@ c_sources= adg-adim.c \ adg-entity.c \ adg-enums.c \ adg-font-style.c \ + adg-hatch.c \ adg-ldim.c \ adg-line-style.c \ adg-marker.c \ @@ -83,6 +88,7 @@ c_sources= adg-adim.c \ adg-fill-style.c \ adg-primitive.c \ adg-rdim.c \ + adg-ruled-fill.c \ adg-segment.c \ adg-stroke.c \ adg-style.c \ diff --git a/adg/adg.h.in b/adg/adg.h.in index b98fcf6b..c8dbbc25 100644 --- a/adg/adg.h.in +++ b/adg/adg.h.in @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include -- 2.11.4.GIT