Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/Makefile.am')
-rw-r--r--src/audio/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am
index 11b7749..8b76cc9 100644
--- a/src/audio/Makefile.am
+++ b/src/audio/Makefile.am
@@ -12,6 +12,7 @@ noinst_HEADERS = \
buffers.h \
pcm.h \
sources.h \
+ vorbisfile.h \
wavfile.h
libaudio_la_SOURCES = \
@@ -19,6 +20,7 @@ libaudio_la_SOURCES = \
buffers.cc \
pcm.cc \
sources.cc \
+ vorbisfile.cc \
wavfile.cc
libaudio_la_DEPENDENCIES = \