[Aptitude-devel] r3247 - in branches/aptitude-0.3/aptitude: . src/generic

Daniel Burrows dburrows@costa.debian.org
Sun, 01 May 2005 18:11:26 +0000


Author: dburrows
Date: Sun May  1 18:11:23 2005
New Revision: 3247

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/generic/Makefile.am
Log:
Add problemresolver to the distributed/built tree.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sun May  1 18:11:23 2005
@@ -1,5 +1,10 @@
 2005-05-01  Daniel Burrows  <dburrows@debian.org>
 
+	* src/generic/Makefile.am:
+
+	Add problemresolver to the "official" source tree as seen by
+	automake.
+
 	* NEWS, configure.ac, doc/en/aptitude.xml:
 
 	Bump version to 0.3.2.

Modified: branches/aptitude-0.3/aptitude/src/generic/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/Makefile.am	Sun May  1 18:11:23 2005
@@ -1,5 +1,7 @@
 MAINTAINERCLEANFILES=Makefile.in
 
+SUBDIRS=problemresolver
+
 localedir = $(datadir)/locale
 INCLUDES = -Wall @WERROR@ -I../../ -I$(srcdir) -I$(top_srcdir)/lib -I../../intl
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@