Integrated more usrp_prims code
[debian/gnuradio] / usrp / host / lib / gen_usrp_dbid.py
index 14d3ee5506383a7e7a6277bf8beee381b32479b6..c7d3770c18d1375f730c4eadca1a2924fb041122 100755 (executable)
@@ -25,7 +25,7 @@ def gen_dbid_py(r):
         f.write('%-16s = %s\n' % (x[1], x[2]))
 
 def gen_dbid_h(r):
-    f = open('usrp_dbid.h', 'w')
+    f = open('../include/usrp/usrp_dbid.h', 'w')
     comment_char = '//'
     write_header(f, comment_char)
     f.write(comment_char); f.write('\n')
@@ -50,7 +50,7 @@ def gen_dbid_cc(r):
  * 
  * GNU Radio 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 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
@@ -64,8 +64,8 @@ def gen_dbid_cc(r):
  * Boston, MA 02110-1301, USA.
  */
 
-#include <usrp_prims.h>
-#include <usrp_dbid.h>
+#include <usrp/usrp_prims.h>
+#include <usrp/usrp_dbid.h>
 #include <stdio.h>
 
 #define NELEM(x) sizeof(x)/sizeof(x[0])