aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/Makefile.am
blob: b65589a68be1e336d4830f99e341e02328b86dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h bits.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 process.h gsm0480.h msgfile.h \
		   backtrace.h

if ENABLE_TALLOC
osmocore_HEADERS += talloc.h
endif

osmocoredir = $(includedir)/osmocore

SUBDIRS = protocol