[Hamlib-cvs-digest] CVS: hamlib/ft847 Makefile.am,1.2,1.3
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2000-10-29 10:18:45
|
Update of /cvsroot/hamlib/hamlib/ft847 In directory slayer.i.sourceforge.net:/tmp/cvs-serv11858/ft847 Modified Files: Makefile.am Log Message: * include missing header files in the distribution Index: Makefile.am =================================================================== RCS file: /cvsroot/hamlib/hamlib/ft847/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Makefile.am 2000/10/22 15:55:00 1.2 --- Makefile.am 2000/10/29 10:18:42 1.3 *************** *** 4,5 **** --- 4,6 ---- lib_LIBRARIES = libhamlib-ft847.a libhamlib_ft847_a_SOURCES = ft847.c + noinst_HEADERS = ft847.h |