aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/Makefile.am
blob: 369887335d86b8540c193724dd025e9e31e2afb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h bits.h \
		   bitvec.h statistics.h utils.h \
		   gsmtap.h write_queue.h \
		   logging.h rate_ctr.h gsmtap_util.h \
		   plugin.h crc16.h panic.h process.h msgfile.h \
		   backtrace.h conv.h application.h

if ENABLE_TALLOC
osmocore_HEADERS += talloc.h
endif

osmocoredir = $(includedir)/osmocom/core