aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/Makefile.am
blob: adb05dcb79fd1e4e574960a50e7e485fcb580750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if ENABLE_VTY
osmovty_HEADERS = \
	buffer.h \
	command.h \
	logging.h \
	stats.h \
	misc.h \
	telnet_interface.h \
	vector.h \
	vty.h \
	ports.h \
	cpu_sched_vty.h \
	tdef_vty.h \
	$(NULL)
endif

osmovtydir = $(includedir)/osmocom/vty