From 7c0222c32102c6d804595d1cdae4af23c1286518 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 10 Mar 2011 13:49:53 +0000 Subject: [PATCH] possible fix for compile error git-svn-id: http://op25.osmocom.org/svn/trunk@269 65a5c917-d112-43f1-993d-58c26a4786be --- imbe_vocoder/src/lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imbe_vocoder/src/lib/Makefile.am b/imbe_vocoder/src/lib/Makefile.am index 8055cea..6423194 100644 --- a/imbe_vocoder/src/lib/Makefile.am +++ b/imbe_vocoder/src/lib/Makefile.am @@ -1,6 +1,8 @@ lib_LIBRARIES = libimbe_vocoder.a +libimbe_vocoder_a_CXXFLAGS = -fPIC + # These are the source files that go into the shared library libimbe_vocoder_a_SOURCES = \ aux_sub.cc \