Move not used header to extra distribution section of make file.
authorCarlos Lopez <genetita@gmail.com>
Wed, 21 Jul 2010 14:54:42 +0000 (16:54 +0200)
committerCarlos Lopez <genetita@gmail.com>
Wed, 21 Jul 2010 14:54:42 +0000 (16:54 +0200)
synfig-core/src/synfig/Makefile.am

index 055b720..78f3ad2 100644 (file)
@@ -12,7 +12,8 @@ EXTRA_DIST = \
        surfacenew.cpp \
        pch.h \
        synfig.nsh \
-       synfig.h
+       synfig.h \
+       nodebase.h
 
 
 LAYERHEADERS = \
@@ -185,7 +186,6 @@ SYNFIGHEADERS = \
        general.h \
        guidset.h \
        interpolation.h \
-       nodebase.h \
        protocol.h \
        quick_rng.h \
        real.h \