Remove synfig.h from sources to build since it is deprecated and not used.
authorCarlos Lopez <genetita@gmail.com>
Fri, 11 Jun 2010 15:48:17 +0000 (17:48 +0200)
committerCarlos Lopez <genetita@gmail.com>
Fri, 11 Jun 2010 15:48:17 +0000 (17:48 +0200)
synfig-core/src/synfig/Makefile.am

index ac0ddca..055b720 100644 (file)
@@ -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 \