summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-06 03:00:06 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-06 03:00:06 +0100
commit4b14f80db20e490c86651ede7f2402ab137bcb16 (patch)
treebc2c43cd35f22755a8d6810525e292584f0ed71f
parente9ea3e62501814c4224237f6242fed83a1c886cc (diff)
downloadmdk-4b14f80db20e490c86651ede7f2402ab137bcb16.tar.gz
mdk-4b14f80db20e490c86651ede7f2402ab137bcb16.tar.bz2
Fix for #41098 (compilation in darwing sans libguile)
-rw-r--r--mixguile/Makefile.am10
1 files 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