view src/cpuinfo/Makefile.am @ 958:d390f9bd6b1c

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 17 Sep 2004 13:47:44 +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)