summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte2010-05-19 19:25:40 +0200
committerHarald Welte2010-05-25 22:28:40 +0200
commitab1b819930fc891d2efb75651e781b0b60ea366c (patch)
treee122150f7d2890c30e5ff864fc7dc4306230b344 /include
parentCreate libosmovty as library from OpenBSC VTY functions (diff)
downloadlibosmocore-ab1b819930fc891d2efb75651e781b0b60ea366c.tar.gz
libosmocore-ab1b819930fc891d2efb75651e781b0b60ea366c.tar.xz
libosmocore-ab1b819930fc891d2efb75651e781b0b60ea366c.zip
make sure we actually install the vty headers
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/vty/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/osmocom/vty/Makefile.am b/include/osmocom/vty/Makefile.am
index e51dcb8..d2f0616 100644
--- a/include/osmocom/vty/Makefile.am
+++ b/include/osmocom/vty/Makefile.am
@@ -1,2 +1,4 @@
-noinst_HEADERS = buffer.h command.h vector.h vty.h \
- telnet_interface.h
+osmovty_HEADERS = buffer.h command.h vector.h vty.h \
+ telnet_interface.h logging.h
+
+osmovtydir = $(includedir)/osmocom/vty