summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-07-30 23:00:41 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-07-31 01:07:00 +0200
commit651b8bbcf96376b723921820de82061ccdba9c4f (patch)
treedb2976470ec61605273f3c91a066254d04a3df4d /Makefile.am
parente58911de37f600dffce3c562ff1d26809343d420 (diff)
downloadcuirass-651b8bbcf96376b723921820de82061ccdba9c4f.tar
cuirass-651b8bbcf96376b723921820de82061ccdba9c4f.tar.gz
Add (cuirass http) module.
* src/cuirass/http.scm: New file. * tests/http.scm: Likewise. * Makefile.am (dist_pkgmodule_DATA, TESTS): Add them. * configure.ac: Check for (json) module.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bad9ce7..d4916fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ pkgmoduledir=$(datarootdir)/guile/site/2.0/$(PACKAGE)
dist_pkgmodule_DATA = \
src/cuirass/base.scm \
src/cuirass/database.scm \
+ src/cuirass/http.scm \
src/cuirass/ui.scm \
src/cuirass/utils.scm
@@ -34,6 +35,7 @@ TESTS = \
tests/base.scm \
## tests/basic.sh # takes too long to execute
tests/database.scm \
+ tests/http.scm \
tests/ui.scm \
tests/utils.scm