[Hamlib-cvs-digest] CVS: hamlib Makefile.am, 1.52, 1.53 configure.ac, 1.107, 1.108
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stéphane F. <fi...@us...> - 2009-01-20 19:42:51
|
Update of /cvsroot/hamlib/hamlib In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16599 Modified Files: Makefile.am configure.ac Log Message: Heathkit HD 1780 Intellirotor backend, by Rob Frohne, KL7NA Index: Makefile.am =================================================================== RCS file: /cvsroot/hamlib/hamlib/Makefile.am,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -r1.52 -r1.53 *** Makefile.am 31 Oct 2008 22:20:40 -0000 1.52 --- Makefile.am 20 Jan 2009 19:42:44 -0000 1.53 *************** *** 19,23 **** rpcrig winradio easycomm fodtrack rpcrot gnuradio drake rotorez \ flexradio sartek lowe rft tapr kit skanti wj racal tuner \ ! gs232a rpm: Makefile --- 19,23 ---- rpcrig winradio easycomm fodtrack rpcrot gnuradio drake rotorez \ flexradio sartek lowe rft tapr kit skanti wj racal tuner \ ! gs232a heathkit rpm: Makefile Index: configure.ac =================================================================== RCS file: /cvsroot/hamlib/hamlib/configure.ac,v retrieving revision 1.107 retrieving revision 1.108 diff -C2 -r1.107 -r1.108 *** configure.ac 14 Jan 2009 11:55:27 -0000 1.107 --- configure.ac 20 Jan 2009 19:42:44 -0000 1.108 *************** *** 236,240 **** BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc drake lowe rft kit skanti tapr flexradio wj racal tuner" ! ROT_BACKEND_LIST="dummy easycomm fodtrack gs232a kit rotorez sartek" BINDINGS="" BINDING_ALL="" --- 236,240 ---- BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc drake lowe rft kit skanti tapr flexradio wj racal tuner" ! ROT_BACKEND_LIST="dummy easycomm fodtrack gs232a heathkit kit rotorez sartek" BINDINGS="" BINDING_ALL="" *************** *** 525,528 **** --- 525,529 ---- fodtrack/Makefile gs232a/Makefile + heathkit/Makefile sartek/Makefile rpcrig/Makefile |