aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl/Makefile.am
blob: 416e3ab4d46d00ac825fbaf820c2d47e713b2b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
osmoctrl_HEADERS = \
	control_cmd.h \
	control_if.h \
	ports.h \
	$(NULL)

if ENABLE_VTY
osmoctrl_HEADERS += \
	control_vty.h \
	$(NULL)
endif

osmoctrldir = $(includedir)/osmocom/ctrl