view src/cpuinfo/Makefile.am @ 1197:bb5ace455586

Fixed compiling with gcc 4, patch applied from Gentoo Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=87809
author Sam Lantinga <slouken@libsdl.org>
date Thu, 08 Dec 2005 14:41:49 +0000
parents 71ee03909f42
children
line wrap: on
line source


# The cpuinfo library target
noinst_LTLIBRARIES = libcpuinfo.la

COMMON_SRCS = 			\
	SDL_cpuinfo.c

libcpuinfo_la_SOURCES = $(COMMON_SRCS)