diff options
author | Ludovic Courtès | 2012-05-22 23:26:59 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-22 23:26:59 +0200 |
commit | 4d7e86fd86980ba9af9b06af57a4ab0993eb1850 (patch) | |
tree | 4219fae64d70e4f168f7206d57c9931305e3d911 | |
parent | 7df70cb61080a0ded0b035e5cdec57bf18866b26 (diff) | |
download | skribilo-4d7e86fd86980ba9af9b06af57a4ab0993eb1850.tar.gz skribilo-4d7e86fd86980ba9af9b06af57a4ab0993eb1850.tar.lz skribilo-4d7e86fd86980ba9af9b06af57a4ab0993eb1850.zip |
build: Fix compilation for out-of-tree builds.
* guilec.am (.scm.go): Add "$(top_builddir)/src/guile" to the search
path.
-rw-r--r-- | guilec.am | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ guile_warnings = \ GUILE_AUTO_COMPILE=0 \ GUILE_LOAD_COMPILED_PATH="$(builddir):$(top_builddir)/src/guile:$$GUILE_LOAD_COMPILED_PATH" \ $(GUILE) -L "$(srcdir)" -L "$(top_srcdir)/src/guile" \ + -L "$(top_builddir)/src/guile" \ -c "(use-modules (system base compile) \ (system base message) \ (skribilo condition)) \ |