Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am
index f1116d8..62c482d 100644
--- a/src/audio/Makefile.am
+++ b/src/audio/Makefile.am
@@ -1,6 +1,12 @@
INCLUDES = -I$(top_srcdir)/src
METASOURCES = AUTO
+
+if BUILD_DEDICATED
+noinst_LTLIBRARIES =
+else
noinst_LTLIBRARIES = libaudio.la
+endif
+
libaudio_la_LDFLAGS = -avoid-version -no-undefined
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