view src/cpuinfo/Makefile.am @ 1004:d1cd674b2ecd

Be sure to compile without OpenGL enabled
author Patrice Mandin <patmandin@gmail.com>
date Sat, 04 Dec 2004 10:31:16 +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)