From 7b07ebcb0351cef57aa2397f49ef25979fab7472 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 14 Jun 2008 10:19:44 +0000 Subject: updated automake project files --- src/audio/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/audio') 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 -- cgit v1.2.3