From: Carlos Lopez Date: Fri, 11 Jun 2010 15:48:17 +0000 (+0200) Subject: Remove synfig.h from sources to build since it is deprecated and not used. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e27d6de0b7042c4043a901d9d9bbb67aa1c3efdc;p=synfig.git Remove synfig.h from sources to build since it is deprecated and not used. --- 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 \