laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/29176 )
Change subject: layer23: use $(top_srcdir) instead of relative paths ......................................................................
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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
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)