From 247b7593a943ac35f96039a5e2e5d412fefacadd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 16 Apr 2011 15:34:12 +0000 Subject: Renamed audio/wav to audio/wavfile to be consistent with the other file readers. --- src/audio/Makefile.am | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'src/audio/Makefile.am') diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am index 3d9805d..11b7749 100644 --- a/src/audio/Makefile.am +++ b/src/audio/Makefile.am @@ -7,8 +7,19 @@ else noinst_LTLIBRARIES = libaudio.la endif -noinst_HEADERS = audio.h buffers.h pcm.h sources.h wav.h -libaudio_la_SOURCES = audio.cc buffers.cc pcm.cc sources.cc wav.cc +noinst_HEADERS = \ + audio.h \ + buffers.h \ + pcm.h \ + sources.h \ + wavfile.h + +libaudio_la_SOURCES = \ + audio.cc \ + buffers.cc \ + pcm.cc \ + sources.cc \ + wavfile.cc libaudio_la_DEPENDENCIES = \ $(top_builddir)/src/sys/libsys.la -- cgit v1.2.3