view src/file/Makefile.am @ 931:abe872771687

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Fri, 20 Aug 2004 19:42:44 +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)