transceiver: enable USRP1 firmware binary install

Not sure why this functionality is commented out.

Make install places the FPGA firmware image in:

  /usr/local/share/usrp/rev2/
  /usr/local/share/usrp/rev4/

Signed-off-by: Thomas Tsou <ttsou@vt.edu>

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2690 19bc5d8c-e614-43d4-8b26-e1612bc8e597
diff --git a/Transceiver52M/Makefile.am b/Transceiver52M/Makefile.am
index bb5680f..3c79aff 100644
--- a/Transceiver52M/Makefile.am
+++ b/Transceiver52M/Makefile.am
@@ -28,11 +28,11 @@
 endif
 AM_CXXFLAGS = -ldl -lpthread
 
-#rev2dir = $(datadir)/usrp/rev2
-#rev4dir = $(datadir)/usrp/rev4
+rev2dir = $(datadir)/usrp/rev2
+rev4dir = $(datadir)/usrp/rev4
 
-#dist_rev2_DATA = std_inband.rbf
-#dist_rev4_DATA = std_inband.rbf
+dist_rev2_DATA = std_inband.rbf
+dist_rev4_DATA = std_inband.rbf
 
 EXTRA_DIST = \
 	README \