aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/Makefile.common
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-12-03 21:32:25 +0100
committerGuy Harris <guy@alum.mit.edu>2015-12-03 23:54:49 +0000
commit651e0884b7d9fdf64d5310c4e317d757d2357259 (patch)
tree5130af56d46332ddfb40e9ed3a71e04e9a67c88d /codecs/Makefile.common
parent687b2dcadc22e2404c9ad7516eca2fa868338120 (diff)
Change codecs from static to dynamic library
This allows to properly register codecs plugins. See https://www.wireshark.org/lists/wireshark-dev/201511/msg00202.html for details. Change-Id: Ibc13a19936abb7a2e81b86582a75fa424351565b Reviewed-on: https://code.wireshark.org/review/12385 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'codecs/Makefile.common')
-rw-r--r--codecs/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile.common b/codecs/Makefile.common
index e2510ba96d..f1af69f663 100644
--- a/codecs/Makefile.common
+++ b/codecs/Makefile.common
@@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-LIBCODEC_SRC = \
+LIBCODECS_SRC = \
codecs.c \
G711a/G711adecode.c \
G711u/G711udecode.c \