From c7930b0b2248df9c5b9ec2315c14c9c7c2633446 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 1 Mar 2021 16:23:46 +0100 Subject: ipc: Makefile.am: Clean LDADD variable Change-Id: I26c942496ab12883a4a1e0d549cb462642570636 --- Transceiver52M/device/ipc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Transceiver52M/device/ipc/Makefile.am b/Transceiver52M/device/ipc/Makefile.am index 1c75088..7d8dd43 100644 --- a/Transceiver52M/device/ipc/Makefile.am +++ b/Transceiver52M/device/ipc/Makefile.am @@ -32,11 +32,12 @@ bin_PROGRAMS = ipc-driver-test ipc_driver_test_SOURCES = ipc-driver-test.c uhdwrap.cpp ipc_shm.c ipc_chan.c ipc_sock.c uhddev_ipc.cpp ipc_driver_test_LDADD = \ shm.lo \ + $(top_builddir)/Transceiver52M/device/common/libdevice_common.la \ + $(COMMON_LA) $(LIBOSMOCORE_LIBS) \ $(NULL) ipc_driver_test_CXXFLAGS = $(AM_CXXFLAGS) $(UHD_CFLAGS) ipc_driver_test_CPPFLAGS = $(AM_CPPFLAGS) $(UHD_CFLAGS) ipc_driver_test_CFLAGS = $(AM_CFLAGS) $(UHD_CFLAGS) ipc_driver_test_LDFLAGS = $(AM_LDFLAGS) $(UHD_LIBS) -ipc_driver_test_LDADD += $(top_builddir)/Transceiver52M/device/common/libdevice_common.la $(top_builddir)/CommonLibs/libcommon.la endif -- cgit v1.2.3