From: Stephane F. <f4...@us...> - 2000-10-29 10:18:44
|
Update of /cvsroot/hamlib/hamlib/ft747 In directory slayer.i.sourceforge.net:/tmp/cvs-serv11858/ft747 Modified Files: Makefile.am Log Message: * include missing header files in the distribution Index: Makefile.am =================================================================== RCS file: /cvsroot/hamlib/hamlib/ft747/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:41 1.3 *************** *** 4,5 **** --- 4,6 ---- lib_LIBRARIES = libhamlib-ft747.a libhamlib_ft747_a_SOURCES = ft747.c + noinst_HEADERS = ft747.h |