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

Daniel Burrows dburrows at costa.debian.org
Wed Sep 14 16:37:18 UTC 2005


Author: dburrows
Date: Wed Sep 14 16:37:15 2005
New Revision: 4080

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/generic/problemresolver/Makefile.am
Log:
Force test to link for now.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Wed Sep 14 16:37:15 2005
@@ -1,5 +1,11 @@
 2005-09-14  Daniel Burrows  <dburrows at debian.org>
 
+	* src/generic/problemresolver/Makefile.am:
+
+	  Ugh: link threads.o and util.o into test.  In the future I need
+	  to rearrange the files here and maybe use a less stupid build
+	  system so that this isn't so fragile.
+
 	* src/generic/problemresolver/problemresolver.h:
 
 	  Add a missing #include <algorithm> to the resolver header.

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	Wed Sep 14 16:37:15 2005
@@ -4,6 +4,9 @@
 
 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