* fix mu-guile installation paths, remove mu-guile-log.*

This commit is contained in:
djcb
2011-12-30 15:39:10 +02:00
parent dba9678035
commit 4ea353d6da
5 changed files with 2 additions and 75 deletions

View File

@ -18,7 +18,7 @@ include $(top_srcdir)/gtest.mk
# FIXME: GUILE_SITEDIR would be better, but that
# breaks 'make distcheck'
scmdir=${prefix}/share/guile/site/2.0/
scmdir=${prefix}/share/guile/site/2.0/mu/
scm_DATA= \
msg.scm \
contact.scm

View File

@ -16,7 +16,5 @@
;; along with this program; if not, write to the Free Software Foundation,
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
(define-module (mu msg)
:use-module (mu log))
(define-module (mu msg))
(load-extension "libguile-mu" "mu_guile_msg_init")