build: Unquote local load paths.

* Makefile.am (local_load_path, local_load_compiled_path): Remove quotes that
were expanded in the generated files.
pull/3/head
Mathieu Lirzin 2016-11-29 18:49:43 +01:00
parent 81ff83354e
commit 7248c0038f
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
# along with Cuirass. If not, see <http://www.gnu.org/licenses/>.
# Guile local load paths.
local_load_path = "$(abs_top_builddir)/src:$(abs_top_srcdir)/src"
local_load_compiled_path = "$(abs_top_builddir)/src"
local_load_path = $(abs_top_builddir)/src:$(abs_top_srcdir)/src
local_load_compiled_path = $(abs_top_builddir)/src
bin_SCRIPTS = bin/cuirass bin/evaluate
noinst_SCRIPTS = pre-inst-env