diff options
author | Johnathan Corgan | 2009-10-06 17:50:59 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-10-06 17:50:59 -0700 |
commit | 69caa7dce5a58b39614b1aba99c2dd71b38af322 (patch) | |
tree | 7573d9e00e30b540be1a27af892412fca528235f /usrp/host/lib/Makefile.am | |
parent | bf0bbd9daf5360b5d1fb5f36dcb968d6bcd0fd60 (diff) | |
download | gnuradio-69caa7dce5a58b39614b1aba99c2dd71b38af322.tar.gz gnuradio-69caa7dce5a58b39614b1aba99c2dd71b38af322.tar.bz2 gnuradio-69caa7dce5a58b39614b1aba99c2dd71b38af322.zip |
Clean up for work-in-progress
Copyright updates
Trailing whitespace cleanup
Move private headers out of install
Use standard include guards
Code cleanup
Diffstat (limited to 'usrp/host/lib/Makefile.am')
-rw-r--r-- | usrp/host/lib/Makefile.am | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usrp/host/lib/Makefile.am b/usrp/host/lib/Makefile.am index 13f25d69b..72312ebbb 100644 --- a/usrp/host/lib/Makefile.am +++ b/usrp/host/lib/Makefile.am @@ -1,22 +1,22 @@ # # USRP - Universal Software Radio Peripheral -# +# # Copyright (C) 2003,2004,2006,2007,2008,2009 Free Software Foundation, Inc. -# +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA -# +# include $(top_srcdir)/Makefile.common @@ -168,6 +168,8 @@ noinst_HEADERS = \ db_base_impl.h \ db_boards.h \ db_util.h \ + db_wbxng_adf4350.h \ + db_wbxng_adf4350_regs.h \ fusb.h \ fusb_darwin.h \ fusb_generic.h \ |