Merge commit '33cb71ac91fb870702dbb71595dba4a554001e3c'
[osmocom-bb.git] / src / shared / libosmocore / include / osmocom / core / Makefile.am
1 osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h bits.h \
2                    bitvec.h statistics.h utils.h socket.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 conv.h application.h
7
8 if ENABLE_TALLOC
9 osmocore_HEADERS += talloc.h
10 endif
11
12 osmocoredir = $(includedir)/osmocom/core