* move guile bindings from libmuguile, toys to src/guile:

- don't build a special 'muile' binary anymore, but build as module for
    normal guile
  - remove toys muile / procmule (latter may return at some time)
  - bug fixes
  - however, this is still WIP
This commit is contained in:
djcb
2011-12-01 21:17:23 +02:00
parent c52dfccd7c
commit 1a3fc04e17
24 changed files with 473 additions and 720 deletions

View File

@ -27,17 +27,3 @@ endif
if BUILD_WIDGETS
SUBDIRS += mug2
endif
# for muile, we need guile
if HAVE_GUILE
SUBDIRS += muile
endif
# for procmule, we need guile and gio
if HAVE_GUILE
if HAVE_GIO
SUBDIRS += procmule
endif
endif