aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/x86
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-04-29 14:05:59 +0300
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-06-18 15:48:40 +0300
commit256ec631150189e944249fd1b61eb6a233c127d8 (patch)
tree4f914505ecc7b657c5341fa74fc7098d3930d85e /Transceiver52M/x86
parent3b093bb13ba04f03f1f078b986524eacb7d4a3f1 (diff)
makefile: Fix build from an external path.
When you build from an external path, compiler can't find convert.h include, because it was specified relative to the current directory. Change this to specify the include dit relative to the Makefile location.
Diffstat (limited to 'Transceiver52M/x86')
-rw-r--r--Transceiver52M/x86/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Transceiver52M/x86/Makefile.am b/Transceiver52M/x86/Makefile.am
index e880351..eda1a17 100644
--- a/Transceiver52M/x86/Makefile.am
+++ b/Transceiver52M/x86/Makefile.am
@@ -1,5 +1,5 @@
if !ARCH_ARM
-AM_CFLAGS = -Wall -std=gnu99 -march=native -I../common
+AM_CFLAGS = -Wall -std=gnu99 -march=native -I${srcdir}/../common
noinst_LTLIBRARIES = libarch.la