aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/arch
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-27 11:32:12 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-27 11:34:11 +0200
commit478f82f47ed71adec51c8c3b556d07b632a22faf (patch)
tree5a1fe7dac5f2f41b39cf861e00b7c0e51040b8c3 /Transceiver52M/arch
parentf37b0ad652037a23145d7e0ddc5004a701b24585 (diff)
build: Fix make distcheck
Diffstat (limited to 'Transceiver52M/arch')
-rw-r--r--Transceiver52M/arch/arm/Makefile.am2
-rw-r--r--Transceiver52M/arch/x86/Makefile.am5
2 files changed, 6 insertions, 1 deletions
diff --git a/Transceiver52M/arch/arm/Makefile.am b/Transceiver52M/arch/arm/Makefile.am
index 89ffb32..bc6da72 100644
--- a/Transceiver52M/arch/arm/Makefile.am
+++ b/Transceiver52M/arch/arm/Makefile.am
@@ -4,7 +4,7 @@ else
ARCH_FLAGS = -mfpu=neon
endif
-AM_CFLAGS = -Wall $(ARCH_FLAGS) -std=gnu99 -I../common
+AM_CFLAGS = -Wall $(ARCH_FLAGS) -std=gnu99 -I${srcdir}/../common
AM_CCASFLAGS = $(ARCH_FLAGS)
noinst_LTLIBRARIES = libarch.la
diff --git a/Transceiver52M/arch/x86/Makefile.am b/Transceiver52M/arch/x86/Makefile.am
index f39dde5..a79b80a 100644
--- a/Transceiver52M/arch/x86/Makefile.am
+++ b/Transceiver52M/arch/x86/Makefile.am
@@ -4,6 +4,11 @@ noinst_LTLIBRARIES = libarch.la
noinst_LTLIBRARIES += libarch_sse_3.la
noinst_LTLIBRARIES += libarch_sse_4_1.la
+noinst_HEADERS = \
+ convert_sse_3.h \
+ convert_sse_4_1.h \
+ convolve_sse_3.h
+
libarch_la_LIBADD = $(top_builddir)/Transceiver52M/arch/common/libarch_common.la
# SSE 3 specific code