diff options
| author | djcb <djcb@djcbsoftware.nl> | 2011-12-13 08:03:19 +0200 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2011-12-13 08:03:19 +0200 |
| commit | 8b39c69c89f138928ff9c1a2a7c844bb4590e094 (patch) | |
| tree | cc5d7c61f1cb28f53df2c95ed06d53a063a155b8 /Makefile.am | |
| parent | eb7bd0548713d09d9b1f0516e3eebfedb54f6256 (diff) | |
* some code re-arrangement: src/guile-> guile, toys/mm -> emacs
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 12ebc18..91d272d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,12 @@ else widgets= endif +if HAVE_GUILE +guile=guile +else +guile= +endif + SUBDIRS=m4 man src $(widgets) $(guile) contrib toys ACLOCAL_AMFLAGS=-I m4 |
