Update of /cvsroot/mockpp/mockpp/3party/ministl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29891/3party/ministl
Modified Files:
Makefile.am
Log Message:
include header in dist
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/3party/ministl/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 29 Nov 2005 23:18:05 -0000 1.1
+++ Makefile.am 29 Nov 2005 23:30:31 -0000 1.2
@@ -2,7 +2,28 @@
CLEANFILES = *.~* *.~~* *~
-# EXTRA_DIST =
+EXTRA_DIST =\
+ !README \
+ algo.h \
+ algorithm \
+ basic_string.h \
+ string \
+ bool.h \
+ defalloc.h \
+ function.h \
+ functional \
+ list.h \
+ list \
+ map.h \
+ map \
+ ministl.h \
+ pair.h \
+ pair \
+ set.h \
+ set \
+ simplevec.h \
+ vector.h \
+ vector
|