From ab1b819930fc891d2efb75651e781b0b60ea366c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 19 May 2010 19:25:40 +0200 Subject: [PATCH] make sure we actually install the vty headers --- include/osmocom/vty/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/osmocom/vty/Makefile.am b/include/osmocom/vty/Makefile.am index e51dcb833..d2f0616d1 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