From e27d6de0b7042c4043a901d9d9bbb67aa1c3efdc Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Fri, 11 Jun 2010 17:48:17 +0200 Subject: [PATCH] Remove synfig.h from sources to build since it is deprecated and not used. --- synfig-core/src/synfig/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-core/src/synfig/Makefile.am b/synfig-core/src/synfig/Makefile.am index ac0ddca..055b720 100644 --- a/synfig-core/src/synfig/Makefile.am +++ b/synfig-core/src/synfig/Makefile.am @@ -11,7 +11,8 @@ INCLUDES = \ EXTRA_DIST = \ surfacenew.cpp \ pch.h \ - synfig.nsh + synfig.nsh \ + synfig.h LAYERHEADERS = \ @@ -194,7 +195,6 @@ SYNFIGHEADERS = \ string.h \ string_decl.h \ surfacenew.h \ - synfig.h \ types.h \ vector.h \ version.h \ -- 2.7.4