diff options
author | Marcus Brinkmann <[email protected]> | 2006-05-25 01:57:59 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2006-05-25 01:57:59 +0000 |
commit | e8a5c93d5e2a7074e1a3af6bbfb824d4446180ba (patch) | |
tree | d6f0e4f2c107992324a0ed22aeb0365b7077d5fc | |
parent | 2006-05-25 Marcus Brinkmann <[email protected]> (diff) | |
download | libgpg-error-e8a5c93d5e2a7074e1a3af6bbfb824d4446180ba.tar.gz libgpg-error-e8a5c93d5e2a7074e1a3af6bbfb824d4446180ba.zip |
2006-05-25 Marcus Brinkmann <[email protected]>
* lang/cl/Makefile.am (distributed_clfiles): Move gpg-error.asd to ...
(generated_clfiles): ... here.
(EXTRA_DIST): Add gpg-error.asd.in.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lang/cl/Makefile.am | 7 |
2 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,9 @@ 2006-05-25 Marcus Brinkmann <[email protected]> + * 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 3379d0f..a7aa33a 100644 --- a/lang/cl/Makefile.am +++ b/lang/cl/Makefile.am @@ -17,11 +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.asd \ - gpg-error-package.lisp \ +distributed_clfiles = gpg-error-package.lisp \ gpg-error.lisp -generated_clfiles = gpg-error-codes.lisp +generated_clfiles = gpg-error.asd gpg-error-codes.lisp clfiles = $(distributed_clfiles) $(generated_clfiles) @@ -30,7 +29,7 @@ clfilesdir = $(datadir)/common-lisp/source/gpg-error dist_clfiles_DATA = $(distributed_clfiles) nodist_clfiles_DATA = $(generated_clfiles) -EXTRA_DIST = README mkerrcodes.awk +EXTRA_DIST = README gpg-error.asd.in mkerrcodes.awk CLEANFILES = gpg-error-codes.lisp codes_file := $(top_srcdir)/src/err-codes.h.in |