summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut2010-10-08 15:09:16 +0200
committerSylvain Munaut2010-10-15 09:45:04 +0200
commit1a4ea5b4364b756276da5d378d81e3b15a1d5f84 (patch)
treec8107e215d52618483629ec8536b6d51aa37d46d /src/Makefile.am
parentUpdate .gitignore (diff)
downloadlibosmocore-1a4ea5b4364b756276da5d378d81e3b15a1d5f84.tar.gz
libosmocore-1a4ea5b4364b756276da5d378d81e3b15a1d5f84.tar.xz
libosmocore-1a4ea5b4364b756276da5d378d81e3b15a1d5f84.zip
codec: Add bit ordering tables from specs for HR,FR,EFR & AMR
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d1a12b7..64310e0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=. vty
+SUBDIRS=. vty codec
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification