view src/cpuinfo/Makefile.am @ 792:2cbb8eaa2c92

Added an exports target so I can make the exports all at once. :)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 29 Jan 2004 04:39:08 +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)