aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/Makefile.am
blob: 269cebcd64a43ffeff5785119abf10106e4e4c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
noinst_HEADERS = \
	common.h \
	crc24.h \
	debug.h \
	gb_proxy.h \
	gprs_gb_parse.h \
	gprs_gmm.h \
	gprs_llc.h \
	gprs_llc_xid.h \
	gprs_sgsn.h \
	gprs_sndcp_comp.h \
	gprs_sndcp_dcomp.h \
	gprs_sndcp.h \
	gprs_sndcp_pcomp.h \
	gprs_sndcp_xid.h \
	gprs_subscriber.h \
	gprs_utils.h \
	gsup_client.h \
	gtphub.h \
	sgsn.h \
	signal.h \
	slhc.h \
	v42bis.h \
	v42bis_private.h \
	vty.h \
	$(NULL)