view src/cpuinfo/Makefile.am @ 1304:0175d3eeae89

XFree86 directory renamed to Xext
author Sam Lantinga <slouken@libsdl.org>
date Tue, 31 Jan 2006 17:56: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)