aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/Makefile.am
blob: 1ef37693b73700a79bb3dae30c8b1045f13b0148 (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 socket.h \
		   gsmtap.h write_queue.h prim.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