summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2006-05-25 02:01:08 +0000
committerMarcus Brinkmann <mb@g10code.com>2006-05-25 02:01:08 +0000
commit4d44c10fd16630471fd04168932c2af3ac2bc64a (patch)
treee4655c90966c0c41d5e83482a8b99d71e2de56b5
parente8a5c93d5e2a7074e1a3af6bbfb824d4446180ba (diff)
downloadlibgpg-error-4d44c10fd16630471fd04168932c2af3ac2bc64a.tar.gz
Revert last change. Automake already takes care of everything.
-rw-r--r--ChangeLog4
-rw-r--r--lang/cl/Makefile.am8
2 files changed, 4 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index a421369..b17219a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,5 @@
2006-05-25 Marcus Brinkmann <marcus@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.
diff --git a/lang/cl/Makefile.am b/lang/cl/Makefile.am
index a7aa33a..cdbc5d1 100644
--- a/lang/cl/Makefile.am
+++ b/lang/cl/Makefile.am
@@ -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 @@ clfilesdir = $(datadir)/common-lisp/source/gpg-error
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