view src/cpuinfo/Makefile.am @ 1222:09c1408645df

Bumped the version number for the next release
author Sam Lantinga <slouken@libsdl.org>
date Wed, 04 Jan 2006 01:08:40 +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)