[Hamlib-cvs-digest] CVS: hamlib Makefile.am,1.4,1.5
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2001-01-03 23:10:16
|
Update of /cvsroot/hamlib/hamlib In directory usw-pr-cvs1:/tmp/cvs-serv6771 Modified Files: Makefile.am Log Message: * added kenwood/ subdirectory Index: Makefile.am =================================================================== RCS file: /cvsroot/hamlib/hamlib/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Makefile.am 2000/12/16 15:13:20 1.4 --- Makefile.am 2001/01/03 23:10:15 1.5 *************** *** 1,2 **** ! EXTRA_DIST = COPYING INSTALL PLAN README THANKS TODO ! SUBDIRS = include src icom ft747 ft847 aor tests doc --- 1,5 ---- ! EXTRA_DIST = PLAN TODO ! SUBDIRS = include src icom ft747 ft847 kenwood aor tests doc ! ! hamlibdoc_DATA = ChangeLog COPYING NEWS THANKS INSTALL README LICENSE ! |