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

Daniel Burrows dburrows at costa.debian.org
Sat Oct 1 03:45:39 UTC 2005


Author: dburrows
Date: Sat Oct  1 03:45:36 2005
New Revision: 4411

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/mine/Makefile.am
Log:
Fix up an overlooked Makefile.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Sat Oct  1 03:45:36 2005
@@ -1,5 +1,9 @@
 2005-09-30  Daniel Burrows  <dburrows at debian.org>
 
+	* src/mine/Makefile.am:
+
+	  Add top_builddir to Minesweeper's include path as well.
+
 	* src/generic/util/Makefile.am:
 
 	  Add slotarg.h to the list of sources for libgeneric-util.

Modified: branches/aptitude-0.3/aptitude/src/mine/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/src/mine/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/src/mine/Makefile.am	Sat Oct  1 03:45:36 2005
@@ -1,7 +1,7 @@
 MAINTAINERCLEANFILES=Makefile.in
 
 localedir = $(datadir)/locale
-INCLUDES = -Wall @WERROR@ -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/intl
+INCLUDES = -Wall @WERROR@ -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/intl
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 LDADD = @LIBINTL@
 SWEEPERHELPTXTS = mine-help.txt mine-help-??.txt



More information about the Aptitude-svn-commit mailing list