blob: b21e0476677935751e6841d1dbe4fcdcb6e1e809 [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 \
Sylvain Munaut19dc5c92011-04-23 16:09:19 +02006 backtrace.h conv.h
Pablo Neira Ayuso83419342011-03-22 16:36:13 +01007
8if ENABLE_TALLOC
9osmocore_HEADERS += talloc.h
10endif
11
12osmocoredir = $(includedir)/osmocom/core