aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/Makefile.am
blob: 6109f478d23b2269efb8a4d508d35a54f74f5d66 (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

if ENABLE_TALLOC
osmocore_HEADERS += talloc.h
endif

osmocoredir = $(includedir)/osmocom/core