Changeset 9709
- Timestamp:
- 10/04/08 11:21:28
- Files:
-
- gnuradio/trunk/Makefile.am (modified) (1 diff)
- gnuradio/trunk/usrp2/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/trunk/Makefile.am
r9538 r9709 33 33 README.building-boost 34 34 35 SUBDIRS = @build_dirs@ $(subdirs)36 DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ $(subdirs)35 SUBDIRS = @build_dirs@ 36 DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ gnuradio/trunk/usrp2/Makefile.am
r9695 r9709 21 21 include $(top_srcdir)/Makefile.common 22 22 23 SUBDIRS = host 23 SUBDIRS = host firmware
