summaryrefslogtreecommitdiff
path: root/pkg/pounce/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-10-02 14:55:31 -0700
committerMichael Forney <mforney@mforney.org>2020-10-02 14:55:31 -0700
commitce189763b6be8651daead037f020988e456a0ae7 (patch)
treea2b4647a7b746cad3056327672c4cb89511e188e /pkg/pounce/gen.lua
parentc0226113bdd93e737e5a810d4cc7943ad33ca83e (diff)
pounce: Update to 2.0
Diffstat (limited to 'pkg/pounce/gen.lua')
-rw-r--r--pkg/pounce/gen.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/pounce/gen.lua b/pkg/pounce/gen.lua
index 9a15fc37..af68949b 100644
--- a/pkg/pounce/gen.lua
+++ b/pkg/pounce/gen.lua
@@ -8,12 +8,14 @@ pkg.deps = {'pkg/libtls-bearssl/headers'}
exe('pounce', {
'bounce.c',
+ 'cert.c',
'client.c',
'config.c',
'local.c',
'ring.c',
'server.c',
'state.c',
+ 'xdg.c',
'$builddir/pkg/libtls-bearssl/libtls.a.d',
})
file('bin/pounce', '755', '$outdir/pounce')