aboutsummaryrefslogtreecommitdiffstats
path: root/usrp_uhd/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'usrp_uhd/lib/Makefile.am')
-rw-r--r--usrp_uhd/lib/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/usrp_uhd/lib/Makefile.am b/usrp_uhd/lib/Makefile.am
deleted file mode 100644
index 2b744b4fc..000000000
--- a/usrp_uhd/lib/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Copyright 2010 Ettus Research LLC
-#
-
-include $(top_srcdir)/Makefile.common
-
-SUBDIRS =
-
-AM_CPPFLAGS = \
- $(USRP_UHD_INCLUDES) \
- $(BOOST_CPPFLAGS)
-
-lib_LTLIBRARIES = \
- libusrp_uhd.la
-
-libusrp_uhd_la_SOURCES = \
- usrp_addr.cpp \
- usrp_uhd.cpp \
- wax.cpp
-
-libusrp_uhd_la_LIBADD = \
- $(BOOST_LDFLAGS) \
- $(BOOST_THREAD_LIB) \
- $(USRP_DBOARD_LA)
-
-noinst_HEADERS =