view src/audio/nto/Makefile.am @ 447:16d0449891b8

Fixed mouse grab going fullscreen to windowed in Windows
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Aug 2002 02:34:22 +0000
parents 74212992fb08
children
line wrap: on
line source


## Makefile.am for SDL using the QNX Neutrino PCM audio API

noinst_LTLIBRARIES = libaudio_nto.la
libaudio_nto_la_SOURCES = $(SRCS)

# The SDL audio driver sources
SRCS =	SDL_nto_audio.c	\
	SDL_nto_audio.h