diff options
author | James Booth <boothj5@gmail.com> | 2015-06-12 23:58:44 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-12 23:58:44 +0100 |
commit | c2c2cee6c9cdeb91b276775c2d11367fb2c95deb (patch) | |
tree | 15797278953ddec2720a0fd43732c05148599320 | |
parent | efb07f81871d716a0dc716b95f52e4096326cb4f (diff) | |
download | profani-tty-c2c2cee6c9cdeb91b276775c2d11367fb2c95deb.tar.gz |
Moved stub_gpg.c
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | tests/unittests/pgp/stub_gpg.c (renamed from unittests/pgp/stub_gpg.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3e0068cd..c82bf381 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,7 +113,7 @@ pgp_sources = \ src/pgp/gpg.h src/pgp/gpg.c pgp_unittest_sources = \ - unittests/pgp/stub_gpg.c + tests/unittests/pgp/stub_gpg.c otr3_sources = \ src/otr/otrlib.h src/otr/otrlibv3.c src/otr/otr.h src/otr/otr.c diff --git a/unittests/pgp/stub_gpg.c b/tests/unittests/pgp/stub_gpg.c index da80bbf5..da80bbf5 100644 --- a/unittests/pgp/stub_gpg.c +++ b/tests/unittests/pgp/stub_gpg.c |