Update of /cvsroot/blob/blob/include
In directory usw-pr-cvs1:/tmp/cvs-serv1348
Modified Files:
Makefile.am
Log Message:
- added header file for command line history module
Index: Makefile.am
===================================================================
RCS file: /cvsroot/blob/blob/include/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.am 2001/10/04 16:28:40 1.7
+++ Makefile.am 2001/10/05 12:11:46 1.8
@@ -13,6 +13,7 @@
noinst_HEADERS = \
command.h \
+ command_hist.h \
errno.h \
error.h \
flash.h \
|