[svn] gpg-error - r171 - in trunk: . lang/cl
svn author marcus
cvs at cvs.gnupg.org
Thu May 25 04:01:09 CEST 2006
Author: marcus
Date: 2006-05-25 04:01:08 +0200 (Thu, 25 May 2006)
New Revision: 171
Modified:
trunk/ChangeLog
trunk/lang/cl/Makefile.am
Log:
Revert last change. Automake already takes care of everything.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-05-25 01:57:59 UTC (rev 170)
+++ trunk/ChangeLog 2006-05-25 02:01:08 UTC (rev 171)
@@ -1,9 +1,5 @@
2006-05-25 Marcus Brinkmann <marcus at g10code.de>
- * lang/cl/Makefile.am (distributed_clfiles): Move gpg-error.asd to ...
- (generated_clfiles): ... here.
- (EXTRA_DIST): Add gpg-error.asd.in.
-
* lang/cl/gpg-error.asd: Renamed to ...
* lang/cl/gpg-error.asd.in: ... this.
* configure.ac (AC_CONFIG_FILES): Add lang/cl/gpg-error.asd.in.
Modified: trunk/lang/cl/Makefile.am
===================================================================
--- trunk/lang/cl/Makefile.am 2006-05-25 01:57:59 UTC (rev 170)
+++ trunk/lang/cl/Makefile.am 2006-05-25 02:01:08 UTC (rev 171)
@@ -17,10 +17,10 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-distributed_clfiles = gpg-error-package.lisp \
- gpg-error.lisp
+distributed_clfiles = gpg-error.asd \
+ gpg-error-package.lisp gpg-error.lisp
-generated_clfiles = gpg-error.asd gpg-error-codes.lisp
+generated_clfiles = gpg-error-codes.lisp
clfiles = $(distributed_clfiles) $(generated_clfiles)
@@ -29,7 +29,7 @@
dist_clfiles_DATA = $(distributed_clfiles)
nodist_clfiles_DATA = $(generated_clfiles)
-EXTRA_DIST = README gpg-error.asd.in mkerrcodes.awk
+EXTRA_DIST = README mkerrcodes.awk
CLEANFILES = gpg-error-codes.lisp
codes_file := $(top_srcdir)/src/err-codes.h.in
More information about the Gnupg-commits
mailing list