comparison src/audio/disk/Makefile.am @ 68:ac6645260d31

Added an audio driver that writes to disk (thanks Ryan!)
author Sam Lantinga <slouken@lokigames.com>
date Sat, 16 Jun 2001 01:51:42 +0000
parents
children
comparison
equal deleted inserted replaced
67:3647c809813d 68:ac6645260d31
1
2 ## Makefile.am for SDL audio "driver" that writes to a file.
3
4 noinst_LTLIBRARIES = libaudio_disk.la
5 libaudio_disk_la_SOURCES = $(SRCS)
6
7 # The SDL audio driver sources
8 SRCS = SDL_diskaudio.c \
9 SDL_diskaudio.h