diff options
| author | Michael Forney <mforney@mforney.org> | 2020-10-02 14:55:31 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-10-02 14:55:31 -0700 |
| commit | ce189763b6be8651daead037f020988e456a0ae7 (patch) | |
| tree | a2b4647a7b746cad3056327672c4cb89511e188e /pkg/pounce/gen.lua | |
| parent | c0226113bdd93e737e5a810d4cc7943ad33ca83e (diff) | |
pounce: Update to 2.0
Diffstat (limited to 'pkg/pounce/gen.lua')
| -rw-r--r-- | pkg/pounce/gen.lua | 2 |
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') |
