view src/cpuinfo/Makefile.am @ 1065:5d9947da7510

Enable/disable mouse focus
author Patrice Mandin <patmandin@gmail.com>
date Thu, 02 Jun 2005 22:00:48 +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)