Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 198 Bytes

Makefile.am

File metadata and controls

11 lines (6 loc) · 198 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
9
10
## Makefile.am for the SDL endian library
noinst_LTLIBRARIES = libendian.la
# Include the architecture-independent sources
COMMON_SRCS = \
SDL_endian.c
libendian_la_SOURCES = $(COMMON_SRCS)