laforge submitted this change.
layer23: use $(top_srcdir) instead of relative paths
Change-Id: I320ed2295c0c8e12a46be416e3dbda8865987424
---
M src/host/layer23/src/misc/Makefile.am
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/host/layer23/src/misc/Makefile.am b/src/host/layer23/src/misc/Makefile.am
index 3d32592..4daaf91 100644
--- a/src/host/layer23/src/misc/Makefile.am
+++ b/src/host/layer23/src/misc/Makefile.am
@@ -32,31 +32,31 @@
$(NULL)
bcch_scan_SOURCES = \
- ../common/main.c \
+ $(top_srcdir)/src/common/main.c \
app_bcch_scan.c \
bcch_scan.c \
$(NULL)
ccch_scan_SOURCES = \
- ../common/main.c \
+ $(top_srcdir)/src/common/main.c \
app_ccch_scan.c \
rslms.c \
$(NULL)
echo_test_SOURCES = \
- ../common/main.c \
+ $(top_srcdir)/src/common/main.c \
app_echo_test.c \
$(NULL)
cell_log_LDADD = $(LDADD) -lm
cell_log_SOURCES = \
- ../common/main.c \
+ $(top_srcdir)/src/common/main.c \
app_cell_log.c \
cell_log.c \
geo.c \
$(NULL)
cbch_sniff_SOURCES = \
- ../common/main.c \
+ $(top_srcdir)/src/common/main.c \
app_cbch_sniff.c \
$(NULL)
To view, visit change 29176. To unsubscribe, or for help writing mail filters, visit settings.