summaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-03-28 19:24:21 +0200
committerHarald Welte <laforge@gnumonks.org>2011-03-28 20:00:45 +0200
commit70004fcc6dcd5dd979c10143872b2a136371e371 (patch)
treef369caea07ece8d5732995b610bbfeb56a5cb45d /include/osmocom/vty/Makefile.am
parentdc35dbee9534f832f629e99ee6a8a11d234cdd3d (diff)
vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.h
Before this patch, it was in osmocom/core/rate_ctr.h
Diffstat (limited to 'include/osmocom/vty/Makefile.am')
-rw-r--r--include/osmocom/vty/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/vty/Makefile.am b/include/osmocom/vty/Makefile.am
index d2f0616d..83d00107 100644
--- a/include/osmocom/vty/Makefile.am
+++ b/include/osmocom/vty/Makefile.am
@@ -1,4 +1,4 @@
osmovty_HEADERS = buffer.h command.h vector.h vty.h \
- telnet_interface.h logging.h
+ telnet_interface.h logging.h misc.h
osmovtydir = $(includedir)/osmocom/vty