From 74582e201a1a01b4e71e50f7de88f6936bb3edee Mon Sep 17 00:00:00 2001 From: pabs3 Date: Sun, 3 May 2009 03:44:36 +0000 Subject: [PATCH] Fix make distcheck, which has been broken since the introduction of CurveWarp in SVN r2164 by dooglus. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2363 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/lyr_std/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/synfig-core/trunk/src/modules/lyr_std/Makefile.am b/synfig-core/trunk/src/modules/lyr_std/Makefile.am index d1da4f3..786d76d 100644 --- a/synfig-core/trunk/src/modules/lyr_std/Makefile.am +++ b/synfig-core/trunk/src/modules/lyr_std/Makefile.am @@ -50,7 +50,8 @@ liblyr_std_la_SOURCES = \ translate.cpp \ sphere_distort.h \ sphere_distort.cpp \ - curvewarp.cpp + curvewarp.cpp \ + curvewarp.h liblyr_std_la_CXXFLAGS = \ @SYNFIG_CFLAGS@ -- 2.7.4