diff options
author | Stijn Buys <ingar@osirion.org> | 2008-06-14 10:19:44 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-06-14 10:19:44 +0000 |
commit | 7b07ebcb0351cef57aa2397f49ef25979fab7472 (patch) | |
tree | 9d3cdabc6b0ac726035488d064db9c68dc4e9741 /src/audio | |
parent | d9aff6e24a0b0cb650331c77ab724eb8b0109bd6 (diff) |
updated automake project files
Diffstat (limited to 'src/audio')
-rw-r--r-- | src/audio/Makefile.am | 6 |
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 |