view src/audio/openbsd/Makefile.am @ 194:ba9e0fcc2ae2

Oops, back out that SDL_main -> SDLMain conversion
author Sam Lantinga <slouken@libsdl.org>
date Sun, 23 Sep 2001 21:09:08 +0000 (2001-09-23)
parents 3ad7157c6cfa
children
line wrap: on
line source

## Makefile.am for SDL using the native OpenBSD sound driver

noinst_LTLIBRARIES = libaudio_openbsd.la
libaudio_openbsd_la_SOURCES = $(SRCS)

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