[Bf-committers] blender/src/Makefile.am patch

Stephen Swaney bf-committers@blender.org
Sat, 04 Oct 2003 22:24:15 -0500


This is a multi-part message in MIME format.
--------------D658A68BFE37F508E1E9937F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Ton Roosendaal wrote:
> 
> Hi,
> 
> I'm about to do a huge commit. It has 2 new c files in blender/src, so
> the automake/MSVC people have to add that.

Something like this maybe?
-- 
Stephen Swaney			
sswaney@swbell.net
--------------D658A68BFE37F508E1E9937F
Content-Type: text/plain; charset=us-ascii;
 name="Makefile.am.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Makefile.am.patch"

Index: Makefile.am
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/src/Makefile.am,v
retrieving revision 1.16
diff -u -r1.16 Makefile.am
--- Makefile.am	16 Jul 2003 18:23:49 -0000	1.16
+++ Makefile.am	5 Oct 2003 03:06:23 -0000
@@ -8,7 +8,9 @@
 	blenderbuttons.c \
 	booleanops.c \
 	booleanops_mesh.c \
+	butspace.c \
 	buttons.c \
+	buttons_scene.c \
 	cmap.tga.c \
 	cmovie.tga.c \
 	drawaction.c \

--------------D658A68BFE37F508E1E9937F--