aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/Makefile.am
blob: ecdc65c962dd9108a680e446ab3eabec6c0d6066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h \
		   tlv.h bitvec.h comp128.h statistics.h gsm_utils.h utils.h \
		   gsmtap.h write_queue.h rsl.h gsm48.h rxlev_stat.h mncc.h \
		   gsm48_ie.h logging.h gsm0808.h rate_ctr.h gsmtap_util.h \
		   plugin.h crc16.h panic.h

if ENABLE_TALLOC
osmocore_HEADERS += talloc.h
endif

osmocoredir = $(includedir)/osmocore

SUBDIRS = protocol