diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-05-08 14:35:40 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-05-08 14:35:40 +0200 |
commit | 7533705ab15240b84bcb12cf81c5863249f9658e (patch) | |
tree | 3968399703fbbb4376b8521df8ad32ffe1414251 /src/codec | |
parent | 1b4a42c3b1e5633f523df08589c3cadc65aca6e3 (diff) |
libosmocore: bump library interface version to '1' for new osmo_ names
Diffstat (limited to 'src/codec')
-rw-r--r-- | src/codec/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codec/Makefile.am b/src/codec/Makefile.am index f8a06012..5a54c42d 100644 --- a/src/codec/Makefile.am +++ b/src/codec/Makefile.am @@ -8,3 +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) |