summaryrefslogtreecommitdiffstats
path: root/include/osmocom/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut2010-10-24 18:23:10 +0200
committerSylvain Munaut2010-10-24 18:23:10 +0200
commitb99b9309b23fc4e1b5746abe188d1d4258eecdbd (patch)
tree510bbc6ed759ca724302da1723310cccdaf5b178 /include/osmocom/Makefile.am
parentbitvec: Fix decoding of H / L values (diff)
downloadlibosmocore-b99b9309b23fc4e1b5746abe188d1d4258eecdbd.tar.gz
libosmocore-b99b9309b23fc4e1b5746abe188d1d4258eecdbd.tar.xz
libosmocore-b99b9309b23fc4e1b5746abe188d1d4258eecdbd.zip
codec: Add the missing bits for include to install and pkgconfig to work
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include/osmocom/Makefile.am')
-rw-r--r--include/osmocom/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/Makefile.am b/include/osmocom/Makefile.am
index fd9074c..ec548fb 100644
--- a/include/osmocom/Makefile.am
+++ b/include/osmocom/Makefile.am
@@ -1,5 +1,5 @@
if ENABLE_VTY
-SUBDIRS = vty crypt
+SUBDIRS = vty codec crypt
else
-SUBDIRS = crypt
+SUBDIRS = codec crypt
endif