view src/cpuinfo/Makefile.am @ 1072:5dbcac12f22b

Use correct system function to free memory
author Patrice Mandin <patmandin@gmail.com>
date Mon, 06 Jun 2005 16:54:03 +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)