[svn] gpg-error - r166 - in trunk: . lang/cl
svn author marcus
cvs at cvs.gnupg.org
Thu May 25 00:45:01 CEST 2006
Author: marcus
Date: 2006-05-25 00:45:01 +0200 (Thu, 25 May 2006)
New Revision: 166
Modified:
trunk/ChangeLog
trunk/lang/cl/Makefile.am
Log:
2006-05-25 Marcus Brinkmann <marcus at g10code.de>
* lang/cl/Makefile.am (clfilesdir): Use datadir, not prefix.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-05-05 01:21:49 UTC (rev 165)
+++ trunk/ChangeLog 2006-05-24 22:45:01 UTC (rev 166)
@@ -1,3 +1,7 @@
+2006-05-25 Marcus Brinkmann <marcus at g10code.de>
+
+ * lang/cl/Makefile.am (clfilesdir): Use datadir, not prefix.
+
2006-05-05 Marcus Brinkmann <marcus at g10code.de>
* configure.ac (AC_CONFIG_FILES): Add lang/Makefile and
Modified: trunk/lang/cl/Makefile.am
===================================================================
--- trunk/lang/cl/Makefile.am 2006-05-05 01:21:49 UTC (rev 165)
+++ trunk/lang/cl/Makefile.am 2006-05-24 22:45:01 UTC (rev 166)
@@ -26,7 +26,7 @@
clfiles = $(distributed_clfiles) $(generated_clfiles)
# FIXME: Should be configurable.
-clfilesdir = $(prefix)/common-lisp/source/libgpg-error
+clfilesdir = $(datadir)/common-lisp/source/libgpg-error
dist_clfiles_DATA = $(distributed_clfiles)
nodist_clfiles_DATA = $(generated_clfiles)
More information about the Gnupg-commits
mailing list