view src/cpuinfo/Makefile.am @ 1014:cfcb2e1c36eb release-1.2.8

Added change log notes
author Sam Lantinga <slouken@libsdl.org>
date Wed, 15 Dec 2004 01:02:20 +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)