view src/cpuinfo/Makefile.am @ 847:0afe0e38e02c release-1.2.7

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Feb 2004 00:21:06 +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)