summaryrefslogtreecommitdiffstats
path: root/imbe_vocoder
diff options
context:
space:
mode:
authormax <max@65a5c917-d112-43f1-993d-58c26a4786be>2010-10-27 21:31:08 +0000
committermax <max@65a5c917-d112-43f1-993d-58c26a4786be>2010-10-27 21:31:08 +0000
commit28b52cdf88ba7069cf8e6781028d2fd7c10a39a7 (patch)
tree0b7befbb98a529d12c37a5676ae845cb18c9ca12 /imbe_vocoder
parentbfa1254ca875f92fe04d8be67c1bda3d5ca5e3a3 (diff)
make library statically linked
git-svn-id: http://op25.osmocom.org/svn/trunk@224 65a5c917-d112-43f1-993d-58c26a4786be
Diffstat (limited to 'imbe_vocoder')
-rw-r--r--imbe_vocoder/src/lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/imbe_vocoder/src/lib/Makefile.am b/imbe_vocoder/src/lib/Makefile.am
index daeb949..8055cea 100644
--- a/imbe_vocoder/src/lib/Makefile.am
+++ b/imbe_vocoder/src/lib/Makefile.am
@@ -1,8 +1,8 @@
-lib_LTLIBRARIES = lib_imbe_vocoder.la
+lib_LIBRARIES = libimbe_vocoder.a
# These are the source files that go into the shared library
-lib_imbe_vocoder_la_SOURCES = \
+libimbe_vocoder_a_SOURCES = \
aux_sub.cc \
basicop2.cc \
ch_decode.cc \