blob: 6109f478d23b2269efb8a4d508d35a54f74f5d66 [file] [log] [blame]
Pablo Neira Ayuso83419342011-03-22 16:36:13 +01001osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h bits.h \
2 bitvec.h statistics.h utils.h \
3 gsmtap.h write_queue.h \
4 logging.h rate_ctr.h gsmtap_util.h \
5 plugin.h crc16.h panic.h process.h msgfile.h \
6 backtrace.h
7
8if ENABLE_TALLOC
9osmocore_HEADERS += talloc.h
10endif
11
12osmocoredir = $(includedir)/osmocom/core