gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 258/324: build: Install compiled Guile modules in approp


From: gnunet
Subject: [gnunet-scheme] 258/324: build: Install compiled Guile modules in appropriate location.
Date: Tue, 21 Sep 2021 13:24:58 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 89a09bfad86f6a76f183965b33bf82d7b56c5e24
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Sep 10 19:37:11 2021 +0200

    build: Install compiled Guile modules in appropriate location.
    
    * Makefile.am
      (dist_guilesite_DATA): Rename to ...
      (nobase_dist_guilesite_DATA): ... this.
      (nodist_guilesiteccache_DATA): Rename to ...
      (nobase_nodist_guilesiteccache_DATA): ... this.
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 65abe1c..bcb5443 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,11 +71,11 @@ modules = \
   gnu/gnunet/netstruct/procedural.scm \
   gnu/gnunet/netstruct/syntactic.scm
 
-dist_guilesite_DATA = $(modules)
+nobase_dist_guilesite_DATA = $(modules)
 
 # Scheme code compilation
 if HAVE_GUILD
-nodist_guilesiteccache_DATA = $(modules:%.scm=%.go)
+nobase_nodist_guilesiteccache_DATA = $(modules:%.scm=%.go)
 
 # Do not unset 'GUILE_LOAD_COMPILED_PATH', as guile-pfds as installed
 # in Guix does not have .scm files (but it does in Guile).

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]