view src/cpuinfo/Makefile.am @ 1046:f09d5edfc7a3

Added some parentheses for a little more macro safety. Recommended by Petri Kero, here: http://www.devolution.com/pipermail/sdl/2005-March/067630.html
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 17 Apr 2005 10:16:30 +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)