[Aptitude-svn-commit] r3575 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows@costa.debian.org
Sun, 03 Jul 2005 02:07:28 +0000


Author: dburrows
Date: Sun Jul  3 02:07:25 2005
New Revision: 3575

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/Makefile.am
Log:
Don't require the extraneous copy of strhash.h

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sun Jul  3 02:07:25 2005
@@ -1,5 +1,9 @@
 2005-07-02  Daniel Burrows  <dburrows@debian.org>
 
+	* src/Makefile.am:
+
+	  Remove reference to strhash.h.
+
 	* src/download.cc:
 
 	  Try greatly increasing the resolution of pulses, to make the UI

Modified: branches/aptitude-0.3/aptitude/src/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/src/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/src/Makefile.am	Sun Jul  3 02:07:25 2005
@@ -77,7 +77,6 @@
 	solution_dialog.h\
 	solution_fragment.cc\
 	solution_fragment.h\
-	strhash.h	\
 	trust.h		\
 	trust.cc	\
 	ui.cc		\