diff src/video/Makefile.am @ 1330:450721ad5436

It's now possible to build SDL without any C runtime at all on Windows, using Visual C++ 2005
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Feb 2006 08:28:51 +0000
parents 0175d3eeae89
children
line wrap: on
line diff
--- a/src/video/Makefile.am	Sat Feb 04 22:01:44 2006 +0000
+++ b/src/video/Makefile.am	Mon Feb 06 08:28:51 2006 +0000
@@ -30,7 +30,6 @@
 	SDL_gamma.c		\
 	SDL_glfuncs.h		\
 	SDL_leaks.h		\
-	SDL_memops.h		\
 	SDL_pixels.c		\
 	SDL_pixels_c.h		\
 	SDL_surface.c		\
@@ -44,6 +43,10 @@
 	SDL_yuv_sw_c.h		\
 	SDL_yuv_mmx.c		\
 	mmx.h			\
+	math_private.h		\
+	e_log.h			\
+	e_pow.h			\
+	e_sqrt.h		\
 	blank_cursor.h		\
 	default_cursor.h