summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 91958e393..8972e4f42 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -2,9 +2,9 @@
# Copyright 2010 Ettus Research LLC
#
-USRP_UHD_LA = $(top_srcdir)/lib/libusrp_uhd.la
+USRP_UHD_LA = $(abs_top_builddir)/lib/libusrp_uhd.la
-USRP_UHD_USRP_DBOARD_LA = $(top_srcdir)/lib/usrp/dboard/lib.la
+USRP_UHD_USRP_DBOARD_LA = $(abs_top_builddir)/lib/usrp/dboard/lib.la
GENERAL_CPPFLAGS = \
-I$(top_srcdir)/include \