view src/cpuinfo/Makefile.am @ 1252:57be1c741b8b

Added .cvsignore to the XME directory.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 19 Jan 2006 08:53:12 +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)