diff options
author | ttsou | 2009-09-09 11:02:41 -0400 |
---|---|---|
committer | ttsou | 2009-09-16 17:08:51 -0400 |
commit | 158caeaa92df7ffdf363236985f4b8e7825f3950 (patch) | |
tree | 7c3fd8ff0fc3591782b027af51242ee68ed2abd1 /usrp/host/Makefile.am | |
parent | f79de610d42fdbe8425a1a4aa3c04a1ee3c58e06 (diff) | |
download | gnuradio-158caeaa92df7ffdf363236985f4b8e7825f3950.tar.gz gnuradio-158caeaa92df7ffdf363236985f4b8e7825f3950.tar.bz2 gnuradio-158caeaa92df7ffdf363236985f4b8e7825f3950.zip |
Added autotools header generation and build time version checking
Diffstat (limited to 'usrp/host/Makefile.am')
-rw-r--r-- | usrp/host/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/Makefile.am b/usrp/host/Makefile.am index aa94fbd6e..cc4ba91aa 100644 --- a/usrp/host/Makefile.am +++ b/usrp/host/Makefile.am @@ -19,7 +19,7 @@ # Boston, MA 02110-1301, USA. # -SUBDIRS = misc lib include apps +SUBDIRS = misc include lib apps if PYTHON SUBDIRS += swig |