[Aptitude-svn-commit] r4100 - in branches/aptitude-0.3/aptitude: . src/generic/problemresolver

Daniel Burrows dburrows at costa.debian.org
Thu Sep 15 23:18:00 UTC 2005


Author: dburrows
Date: Thu Sep 15 23:17:57 2005
New Revision: 4100

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/generic/problemresolver/Makefile.am
Log:
Remove no-longer-needed-and-really-gross LDADDs.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Thu Sep 15 23:17:57 2005
@@ -1,5 +1,10 @@
 2005-09-15  Daniel Burrows  <dburrows at debian.org>
 
+	* src/generic/problemresolver/Makefile.am:
+
+	  Don't put threads.o and util.o in LDADD any more; the changes in
+	  the last commit made this unnecessary.
+
 	* src/generic/resolver_manager.cc, src/generic/resolver_manager.h:
 
 	  Rewrite the threading support to allow multiple simultaneous

Modified: branches/aptitude-0.3/aptitude/src/generic/problemresolver/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/problemresolver/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/problemresolver/Makefile.am	Thu Sep 15 23:17:57 2005
@@ -4,9 +4,6 @@
 
 noinst_PROGRAMS=test
 
-# Ugh.
-test_LDADD=../threads.o ../util.o
-
 test_SOURCES=test.cc dump_universe.h \
 	dummy_universe.cc dummy_universe.h \
 	exceptions.h problemresolver.h solution.h



More information about the Aptitude-svn-commit mailing list