Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-05-18 19:22:39 +0000
committerStijn Buys <ingar@osirion.org>2008-05-18 19:22:39 +0000
commit2f4c20a0b6fa0397d623d883ee48ba59563f1e2f (patch)
tree2186c4ada36a9bc832a89c662029d3b12bf1840e /src/audio/Makefile.am
parentcc0a133a616aeff57887b27497e4a978b5697c04 (diff)
standard hail
Diffstat (limited to 'src/audio/Makefile.am')
-rw-r--r--src/audio/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am
index d1524cf..f1116d8 100644
--- a/src/audio/Makefile.am
+++ b/src/audio/Makefile.am
@@ -2,5 +2,5 @@ INCLUDES = -I$(top_srcdir)/src
METASOURCES = AUTO
noinst_LTLIBRARIES = libaudio.la
libaudio_la_LDFLAGS = -avoid-version -no-undefined
-noinst_HEADERS = audio.h buffers.h pcm.h wav.h
-libaudio_la_SOURCES = audio.cc buffers.cc pcm.cc wav.cc
+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