[cvs] bogofilter/src Makefile.am,1.123,1.124

Matthias Andree matthias.andree at gmx.de
Sat Mar 26 11:58:31 CET 2005


David Relson <relson at users.sourceforge.net> writes:

> Log Message:
> Fix recursion message.

And who's going to stuff it into the distdir?  It MUST be listed
somewhere.  I have committed this to CVS on top of your change:

Index: src/Makefile.am
===================================================================
RCS file: /cvsroot/bogofilter/bogofilter/src/Makefile.am,v
retrieving revision 1.124
diff -u -r1.124 Makefile.am
--- src/Makefile.am	26 Mar 2005 04:06:52 -0000	1.124
+++ src/Makefile.am	26 Mar 2005 10:52:48 -0000
@@ -154,7 +154,7 @@
 		   datastore_txn_dummies.c datastore_opthelp_dummies.c
 else
 if ENABLE_QDBM_DATASTORE
-datastore_SOURCE = datastore_qdbm.c datastore_qdbm_cmpkey.c \
+datastore_SOURCE = datastore_qdbm.h datastore_qdbm.c datastore_qdbm_cmpkey.c \
 		   datastore_txn_dummies.c datastore_opthelp_dummies.c \
 		   datastore_dummies.c

This doesn't stuff a recursion ignored warning on my machine with these tools:

GNU Make 3.80
automake (GNU automake) 1.9.5

-- 
Matthias Andree
_______________________________________________
Bogofilter-dev mailing list
Bogofilter-dev at bogofilter.org
http://www.bogofilter.org/mailman/listinfo/bogofilter-dev



More information about the bogofilter-dev mailing list