aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-05-14 20:40:39 +0200
committerSylvain Munaut <tnt@246tNt.com>2012-05-14 20:40:39 +0200
commit98d77bd4dcef86cb0a56bc0a5162bc407fb566d3 (patch)
tree40d8a87a591dff2a2d9b7797620cf5074dbf9d85
parent973c3c3f248cdf5e6d459517f612dc7b8bf36ca6 (diff)
src/codec: Fix typo in Makefile
Thanks to horizon for pointing this out Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/codec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codec/Makefile.am b/src/codec/Makefile.am
index 5a54c42d..d36e23fc 100644
--- a/src/codec/Makefile.am
+++ b/src/codec/Makefile.am
@@ -8,4 +8,4 @@ AM_CFLAGS = -fPIC -Wall
lib_LTLIBRARIES = libosmocodec.la
libosmocodec_la_SOURCES = gsm610.c gsm620.c gsm660.c gsm690.c
-libosmocodec_la_LDFALGS = -version-info $(LIBVERSION)
+libosmocodec_la_LDFLAGS = -version-info $(LIBVERSION)