Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 140 Bytes

Makefile.am

File metadata and controls

8 lines (5 loc) · 140 Bytes
 
1
2
3
4
5
6
7
# The cpuinfo library target
noinst_LTLIBRARIES = libcpuinfo.la
COMMON_SRCS = \
SDL_cpuinfo.c
Nov 24, 2003
Nov 24, 2003
8
libcpuinfo_la_SOURCES = $(COMMON_SRCS)