diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2011-07-05 00:18:43 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2011-07-05 00:18:43 +0300 |
| commit | 0b7693d077936cffda6c283111e3a780c0078fde (patch) | |
| tree | bae0df717449d70fe2665c08608668d30d5920e4 /Makefile.am | |
| parent | 5ad2319fe166e424a2815566396a63837e1d9e0c (diff) | |
* guilify mu; first steps, and a new toy called 'muile'
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2c89d63..6cb57b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,14 @@ else widgets= endif -SUBDIRS=m4 man src $(widgets) contrib toys +if HAVE_GUILE +guile=libmuguile +else +guile= +endif + +SUBDIRS=m4 man src $(widgets) $(guile) contrib toys + ACLOCAL_AMFLAGS=-I m4 |
