view src/cpuinfo/Makefile.am @ 1009:027688378762

No really, don't link with the ALSA library!
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Dec 2004 07:32:53 +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)