From a40a0f51895025b23384bba680e8d48cfe62c607 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 29 Jun 2022 08:58:38 +0200 Subject: Split ox functions from gpg.c to ox.c --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6c1d88c1..2a906a8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,7 @@ unittest_sources = \ src/ui/ui.h \ src/otr/otr.h \ src/pgp/gpg.h \ + src/pgp/ox.h \ src/omemo/omemo.h \ src/omemo/crypto.h \ src/omemo/store.h \ @@ -188,10 +189,12 @@ c_sources = \ git_include = src/gitversion.h pgp_sources = \ - src/pgp/gpg.h src/pgp/gpg.c + src/pgp/gpg.h src/pgp/gpg.c \ + src/pgp/ox.h src/pgp/ox.c pgp_unittest_sources = \ - tests/unittests/pgp/stub_gpg.c + tests/unittests/pgp/stub_gpg.c \ + tests/unittests/pgp/stub_ox.c otr4_sources = \ src/otr/otrlib.h src/otr/otrlibv4.c src/otr/otr.h src/otr/otr.c -- cgit 1.4.1-2-gfad0