mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-03 05:33:16 +00:00
Take the chance to update some includes using files available in that subdir to have them ina more uniform way. Change-Id: Ibda3c54fd4dc3f6b845cc373f1a1e6b758c1ea82
16 lines
275 B
Makefile
16 lines
275 B
Makefile
AM_CFLAGS = -Wall -std=gnu99
|
|
|
|
noinst_LTLIBRARIES = libarch_common.la
|
|
|
|
noinst_HEADERS = \
|
|
convolve.h \
|
|
convert.h \
|
|
scale.h \
|
|
mult.h \
|
|
fft.h
|
|
|
|
libarch_common_la_SOURCES = \
|
|
convolve_base.c \
|
|
convert_base.c \
|
|
fft.c
|