summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/Makefile.am
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-11-13 22:48:15 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-11-13 22:48:15 +0100
commit11316da173cc0caff14445a159c968ff87204001 (patch)
tree35af21cda48aebb84390601c9b130cf2a480e0b9 /src/shared/libosmocore/include/osmocom/Makefile.am
parent6f2b172780195e0af780ecd0a4fff0fac9b8438b (diff)
parent7f6615a37df0dadbe86fdfc980e0a8a15013a80e (diff)
Merge commit '7f6615a37df0dadbe86fdfc980e0a8a15013a80e'
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/Makefile.am')
-rw-r--r--src/shared/libosmocore/include/osmocom/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/libosmocore/include/osmocom/Makefile.am b/src/shared/libosmocore/include/osmocom/Makefile.am
index fd9074cd..ec548fbd 100644
--- a/src/shared/libosmocore/include/osmocom/Makefile.am
+++ b/src/shared/libosmocore/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