view src/file/Makefile.am @ 1088:6091b9ca1a97

Don't generate multiple mouse focus events
author Patrice Mandin <patmandin@gmail.com>
date Thu, 07 Jul 2005 12:10:30 +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)