From e749b7036614bb8ca2301e1dd81ed27292e7c620 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Mon, 14 Sep 2009 11:39:58 +0200 Subject: [PATCH] [build] Included AdgColorStyle Changed adg/Makefile.am to include the new AdgColorStyle class. --- adg/Makefile.am | 3 +++ adg/adg.h.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/adg/Makefile.am b/adg/Makefile.am index 18300797..3464d25b 100644 --- a/adg/Makefile.am +++ b/adg/Makefile.am @@ -10,6 +10,7 @@ PATTERN= h_sources= adg-adim.h \ adg-arrow.h \ adg-canvas.h \ + adg-color-style.h \ adg-container.h \ adg-dim.h \ adg-dim-style.h \ @@ -37,6 +38,7 @@ built_h_sources= $(builddir)/adg-type-builtins.h \ private_h_sources= adg-adim-private.h \ adg-arrow-private.h \ adg-canvas-private.h \ + adg-color-style-private.h \ adg-container-private.h \ adg-dim-private.h \ adg-dim-style-private.h \ @@ -58,6 +60,7 @@ built_private_h_sources= c_sources= adg-adim.c \ adg-arrow.c \ adg-canvas.c \ + adg-color-style.c \ adg-container.c \ adg-dim.c \ adg-dim-style.c \ diff --git a/adg/adg.h.in b/adg/adg.h.in index 763677e9..8fba61f9 100644 --- a/adg/adg.h.in +++ b/adg/adg.h.in @@ -12,7 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the + * License along with this library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. */ -- 2.11.4.GIT