From: Carlos Lopez Date: Wed, 21 Jul 2010 14:54:42 +0000 (+0200) Subject: Move not used header to extra distribution section of make file. X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=82ef38ffce185e1854239102ae13bad3a6f96d0d Move not used header to extra distribution section of make file. --- 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 \