view src/file/Makefile.am @ 71:cb4d780b41b6

*** empty log message ***
author Sam Lantinga <slouken@lokigames.com>
date Sat, 16 Jun 2001 03:18:26 +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)