aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
blob: c20d3ca14d1730c7a4b742c05734235c1d19e29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
noinst_HEADERS = \
	osmocom/gapk/logging.h \
	osmocom/gapk/utils.h \
	osmocom/gapk/bench.h \
	$(NULL)

nobase_include_HEADERS = \
	osmocom/gapk/get_cycles.h \
	osmocom/gapk/benchmark.h \
	osmocom/gapk/procqueue.h \
	osmocom/gapk/formats.h \
	osmocom/gapk/codecs.h \
	osmocom/gapk/common.h \
	$(NULL)

if ENABLE_GSMHR
SUBDIRS = gsmhr
endif