summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-01-16 16:29:31 -0800
committerJosh Blum <josh@joshknows.com>2010-01-16 16:29:31 -0800
commit5b42b774d9ac1e74fb2916bf58085fe19ecb6720 (patch)
treeb19c441ac2f5d2ff6be09142916775b78a646d9b /lib/Makefile.am
parent379d486ed21aace7f8b37d61f713bdc6088b39e5 (diff)
downloaduhd-5b42b774d9ac1e74fb2916bf58085fe19ecb6720.tar.gz
uhd-5b42b774d9ac1e74fb2916bf58085fe19ecb6720.tar.bz2
uhd-5b42b774d9ac1e74fb2916bf58085fe19ecb6720.zip
Created device interface for discovery, access, configuration...
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6146f4025..a4b053b0a 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -11,6 +11,7 @@ AM_CPPFLAGS = $(GENERAL_CPPFLAGS)
lib_LTLIBRARIES = libusrp_uhd.la
libusrp_uhd_la_SOURCES = \
+ device.cpp \
device_addr.cpp \
usrp_uhd.cpp \
wax.cpp