[Aptitude-svn-commit] r4408 - in branches/aptitude-0.3/aptitude: . src/generic/util

Daniel Burrows dburrows at costa.debian.org
Sat Oct 1 02:49:35 UTC 2005


Author: dburrows
Date: Sat Oct  1 02:49:33 2005
New Revision: 4408

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/generic/util/Makefile.am
Log:
Add bool_accumulate.h to the list of generic sources.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Oct  1 02:49:33 2005
@@ -1,5 +1,9 @@
 2005-09-30  Daniel Burrows  <dburrows at debian.org>
 
+	* src/generic/util/Makefile.am:
+
+	  Add bool_accumulate.h to the list of generic sources.
+
 	* src/vscreen/Makefile.am:
 
 	  Add ref_ptr.h to the list of vscreen sources.

Modified: branches/aptitude-0.3/aptitude/src/generic/util/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/util/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/util/Makefile.am	Sat Oct  1 02:49:33 2005
@@ -6,6 +6,7 @@
 
 noinst_LIBRARIES = libgeneric-util.a
 libgeneric_util_a_SOURCES = \
+	bool_accumulate.h \
 	dense_setset.h \
 	event_queue.h \
 	exception.cc \



More information about the Aptitude-svn-commit mailing list