summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ebin/catlfish.app2
-rw-r--r--reltool.config2
2 files changed, 3 insertions, 1 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app
index 75bc876..d8b2acc 100644
--- a/ebin/catlfish.app
+++ b/ebin/catlfish.app
@@ -8,5 +8,5 @@
[{description, "catlfish -- Certificate Transparency Log Server"},
{vsn, "0.2.0-dev"},
{modules, [v1, catlfish_app]},
- {applications, [kernel, stdlib, plop, inets, lager, mochiweb]},
+ {applications, [kernel, stdlib, plop, inets, lager, mochiweb, idna]},
{mod, {catlfish_app, []}}]}.
diff --git a/reltool.config b/reltool.config
index d3fa4da..e2928a7 100644
--- a/reltool.config
+++ b/reltool.config
@@ -14,6 +14,8 @@
{app, catlfish, [{app_file, all}, {lib_dir, "."}]},
{app, plop, [{app_file, all}, {lib_dir, "../plop"}]},
{app, mochiweb, [{app_file, all}, {lib_dir, "../mochiweb"}]},
+ {app, idna, [{app_file, all}, {lib_dir, "../hackney/deps/idna"}]},
+ {app, hackney, [{app_file, all}, {lib_dir, "../hackney"}]},
{app, lager, [{app_file, all}, {lib_dir, "../lager"}]},
{app, goldrush, [{app_file, all}, {lib_dir, "../lager/deps/goldrush"}]}
]}.