diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-12 17:31:25 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-12 17:31:25 -0800 |
commit | 24d95c3f2cea168d1d314af29839d88cc16d3c7f (patch) | |
tree | 41163be6e0f284f03dc8e08c48c030a7141826d9 /Makefile.am | |
parent | 8fdffd2f77016fe95f4a78e16d2d728b650b4d05 (diff) | |
download | uhd-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.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 84f1bf68d..950b5a89a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ pkgconfig_DATA = usrp_uhd.pc EXTRA_DIST = $(srcdir)/usrp_uhd.pc.in BUILT_SOURCES = usrp_uhd.pc +MOSTLYCLEANFILES = $(BUILT_SOURCES) usrp_uhd.pc: $(srcdir)/usrp_uhd.pc.in Makefile $(SED) \ |