Merge commit 'ba01fa44feb6deb0f0359f381eafe866991c06c1' into pablo/namespace
[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 \
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