view src/cpuinfo/Makefile.am @ 988:24b5c3ad4852

Remove ambiguous/useless code
author Patrice Mandin <patmandin@gmail.com>
date Mon, 22 Nov 2004 20:37:41 +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)