view src/file/Makefile.am @ 55:55f1f1b3e27d

Added new docs for SDL 1.2.1
author Sam Lantinga <slouken@lokigames.com>
date Sun, 10 Jun 2001 19:31:57 +0000
parents 74212992fb08
children
line wrap: on
line source


## Makefile.am for the SDL file library

noinst_LTLIBRARIES = libfile.la

# Include the architecture-independent sources
COMMON_SRCS =			\
	SDL_rwops.c

libfile_la_SOURCES = $(COMMON_SRCS)