From: James Prestwood <james.prestwood@linux.intel.com>
To: ofono@ofono.org
Subject: Re: [PATCH 4/5] make: add simauth/aes/comp128 to build
Date: Tue, 03 Oct 2017 09:34:32 -0700 [thread overview]
Message-ID: <1c02f3d1-7203-89db-ef32-0054fb7c230c@linux.intel.com> (raw)
In-Reply-To: <1507048360-15441-5-git-send-email-james.prestwood@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 1443 bytes --]
Please disregard these 5 latest patches. A fixup patch made it into my
patch directory. Sorry about that.
Thanks,
James
On 10/03/2017 09:32 AM, James Prestwood wrote:
> ---
> Makefile.am | 4 ++++
> configure.ac | 1 +
> 2 files changed, 5 insertions(+)
>
> diff --git a/Makefile.am b/Makefile.am
> index 8d12c46..7feceba 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -16,6 +16,9 @@ src_phonesim_SOURCES = src/main.cpp \
> src/qsmsmessage.h src/qsmsmessage.cpp \
> src/qcbsmessage.h src/qcbsmessage.cpp \
> src/callmanager.h src/callmanager.cpp \
> + src/simauth.h src/simauth.cpp \
> + src/comp128.h src/comp128.c \
> + src/aes.h src/aes.c \
> src/simfilesystem.h src/simfilesystem.cpp \
> src/simapplication.h src/simapplication.cpp \
> src/qgsmcodec.h src/qgsmcodec.cpp \
> @@ -34,6 +37,7 @@ nodist_src_phonesim_SOURCES = src/ui_controlbase.h \
> src/moc_phonesim.cpp \
> src/moc_hardwaremanipulator.cpp \
> src/moc_callmanager.cpp \
> + src/moc_simauth.cpp \
> src/moc_simfilesystem.cpp \
> src/moc_simapplication.cpp \
> src/moc_qwsppdu.cpp
> diff --git a/configure.ac b/configure.ac
> index fb3c3a7..e97c573 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -11,6 +11,7 @@ AC_PREFIX_DEFAULT(/usr/local)
>
> PKG_PROG_PKG_CONFIG
>
> +AC_PROG_CC
> AC_PROG_CXX
> AC_PROG_INSTALL
>
next prev parent reply other threads:[~2017-10-03 16:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-03 16:32 [PATCH 1/5] comp128: GSM algorithm (comp128) implementation James Prestwood
2017-10-03 16:32 ` [PATCH 2/5] aes: small module for AES128 James Prestwood
2017-10-03 16:32 ` [PATCH 3/5] simauth: Added SimAuth class for GSM/UMTS authentication James Prestwood
2017-10-03 16:32 ` [PATCH 3/5] simauth: Added SimAuth class for GSM/UMTS auth James Prestwood
2017-10-03 16:32 ` [PATCH 4/5] make: add simauth/aes/comp128 to build James Prestwood
2017-10-03 16:34 ` James Prestwood [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-03 16:35 [PATCH 1/5] comp128: GSM algorithm (comp128) implementation James Prestwood
2017-10-03 16:35 ` [PATCH 4/5] make: add simauth/aes/comp128 to build James Prestwood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1c02f3d1-7203-89db-ef32-0054fb7c230c@linux.intel.com \
--to=james.prestwood@linux.intel.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.