diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/vty/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/osmocom/vty/Makefile.am b/include/osmocom/vty/Makefile.am index e51dcb83..d2f0616d 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 |