summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-01-12 17:31:25 -0800
committerJosh Blum <josh@joshknows.com>2010-01-12 17:31:25 -0800
commit24d95c3f2cea168d1d314af29839d88cc16d3c7f (patch)
tree41163be6e0f284f03dc8e08c48c030a7141826d9 /Makefile.common
parent8fdffd2f77016fe95f4a78e16d2d728b650b4d05 (diff)
downloaduhd-24d95c3f2cea168d1d314af29839d88cc16d3c7f.tar.gz
uhd-24d95c3f2cea168d1d314af29839d88cc16d3c7f.tar.bz2
uhd-24d95c3f2cea168d1d314af29839d88cc16d3c7f.zip
Added the basic rx and tx skeleton wrapper.
Made autotools mods so it passes distcheck.
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 \