diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 06f2753..a5de973 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ ## Haunt --- Static site generator for GNU Guile ## Copyright © 2015 David Thompson <davet@gnu.org> ## Copyright © 2015 Mathieu Lirzin <mthl@gnu.org> +## Copyright © 2016 Erik Edrosa <erik.edrosa@gmail.com> ## ## This file is part of Haunt. ## @@ -70,6 +71,13 @@ SOURCES += \ endif +if HAVE_GUILE_COMMONMARK + +SOURCES += \ + haunt/reader/commonmark.scm + +endif + TESTS = \ tests/post.scm \ tests/utils.scm |