aboutsummaryrefslogtreecommitdiffstats
path: root/lib/usrp/mboard/Makefile.am
blob: 0296163b59aa3d45d28f8a009e6850e80243d63a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright 2010 Ettus Research LLC
#

include $(top_srcdir)/Makefile.common

SUBDIRS =

AM_CPPFLAGS = $(GENERAL_CPPFLAGS)

noinst_LTLIBRARIES = lib.la

lib_la_SOURCES = \
	base.cpp \
	test.cpp

lib_la_LIBADD = $(GENERAL_LDDFLAGS)