summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/Makefile.am')
-rw-r--r--src/shared/libosmocore/include/osmocom/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shared/libosmocore/include/osmocom/Makefile.am b/src/shared/libosmocore/include/osmocom/Makefile.am
new file mode 100644
index 00000000..fd9074cd
--- /dev/null
+++ b/src/shared/libosmocore/include/osmocom/Makefile.am
@@ -0,0 +1,5 @@
+if ENABLE_VTY
+SUBDIRS = vty crypt
+else
+SUBDIRS = crypt
+endif