From 82ef38ffce185e1854239102ae13bad3a6f96d0d Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Wed, 21 Jul 2010 16:54:42 +0200 Subject: [PATCH] Move not used header to extra distribution section of make file. --- 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 055b720..78f3ad2 100644 --- a/synfig-core/src/synfig/Makefile.am +++ b/synfig-core/src/synfig/Makefile.am @@ -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 \ -- 2.7.4