Mercurial > sdl-ios-xcode
comparison src/audio/openbsd/Makefile.am @ 37:3ad7157c6cfa
Added native OpenBSD audio driver (thanks vedge!)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sat, 26 May 2001 16:58:37 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
36:13ee9f4834ea | 37:3ad7157c6cfa |
---|---|
1 | |
2 ## Makefile.am for SDL using the native OpenBSD sound driver | |
3 | |
4 noinst_LTLIBRARIES = libaudio_openbsd.la | |
5 libaudio_openbsd_la_SOURCES = $(SRCS) | |
6 | |
7 # The SDL audio driver sources | |
8 SRCS = SDL_openbsdaudio.c \ | |
9 SDL_openbsdaudio.h |