From 4b14f80db20e490c86651ede7f2402ab137bcb16 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 6 Jan 2014 03:00:06 +0100 Subject: Fix for #41098 (compilation in darwing sans libguile) --- mixguile/Makefile.am | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/mixguile/Makefile.am b/mixguile/Makefile.am index 95e527c..a55c05e 100644 --- a/mixguile/Makefile.am +++ b/mixguile/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2001, 2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2010, 2014 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -13,10 +13,10 @@ SCM_FILES = mixguile.scm mixguile-commands.scm mixguile-vm-stat.scm EXTRA_DIST = $(SCM_FILES) -noinst_LIBRARIES = libmixguile.a - if MAKE_GUILE +noinst_LIBRARIES = libmixguile.a + SCM_PATHS = -DSCM_FILE=\""$(pkgdatadir)/mixguile.scm"\"\ -DLOCAL_SCM_FILE=\"mixguile.scm\" @@ -34,8 +34,4 @@ mixguile_LDADD = $(top_builddir)/mixlib/libmix.a \ libmixguile.a $(INTLLIBS) mixguile_SOURCES = mixguile_main.c -else - -libmixguile_a_SOURCES = - endif -- cgit v1.2.3