diff options
-rw-r--r-- | mixguile/Makefile.am | 10 |
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 |