aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* make libsamsung-ipc-test standaloneDenis 'GNUtoo' Carikli2021-03-021-0/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* configure.ac: Add xz supportreplicant-6.0-0004-rc3Denis 'GNUtoo' Carikli2020-09-211-1/+2
| | | | | | | This enables to create xz tarball from the source code with make dist-xz. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* Use the mailing list instead of the the private contact address.Denis 'GNUtoo' Carikli2020-09-211-1/+1
| | | | | | | | | | | | | | | | | | | Automake has support for test suites, and while trying to use that I ended up with failing a test and it printed the following message: ======================================= [...] See tools/test-suite.log Please report to replicant@osuosl.org ======================================= [...] As the contact address is only used for matters that cannot be made public, it would be better to have the bug reported on the mailing list instead, if testing is ever added in the future. Other uses of the autotools might also make the private contact address comes forward pushing users to write to this address for matters that should be public instead. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* devices: gprs activate/deactivate handlers: pass the ipc_client structDenis 'GNUtoo' Carikli2020-02-281-1/+1
| | | | | | | | | This enables to use logging inside the callbacks. At this point the ipc_client struct is already available, so it is safe to do that. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* devices: transport: pass the ipc_client structDenis 'GNUtoo' Carikli2020-02-211-1/+1
| | | | | | | | | This enables to use logging inside the callbacks. At this point the ipc_client struct is already available, so it is safe to do that. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* device boot handlers: pass it the ipc_client structDenis 'GNUtoo' Carikli2020-02-211-1/+1
| | | | | | | | | | | This enables to use logging inside the handlers: ipc_client_log needs access to the ipc_client struct to work. At this point the ipc_client struct is already available, so it is safe to do that. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* libsamsung-ipc version 0.3.1Paul Kocialkowski2014-11-021-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* libsamsung-ipc version 0.3.0Paul Kocialkowski2014-08-071-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* libsamsung-ipc is maintained by the Replicant projectPaul Kocialkowski2014-02-151-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Version-independent pkgconfig rulesPaul Kocialkowski2014-02-151-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Drop support for the (incomplete) old protocol implementation used on H1.Paul Kocialkowski2013-06-251-9/+0
| | | | | | | Also refactor headers: values aligned to 16x4 spaces and other cosmetics Change-Id: I5a6f2c2471599c88c4be74591117d0ab2dfaaddf Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* cleanup autoconf configurationSimon Busch2012-09-211-3/+0
|
* Bump version number to 0.2.0 for next cycleSimon Busch2012-04-111-1/+1
|
* Adjust to get everything compiling with autotools againSimon Busch2012-01-281-3/+2
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Bump required openssl version 1.0.0eSimon Busch2012-01-271-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Revert "Switch version from 0.1.0 to 1"Simon Busch2012-01-261-1/+1
| | | | This reverts commit 33d6751f451190418ba945aee6faff526d6f738d.
* Switch version from 0.1.0 to 1Simon Busch2012-01-251-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Drop GITV from configure script; it's not neededSimon Busch2012-01-251-7/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add missing $ for use of variable $OPENSSL_REQUIRED in configure.ac fileSimon Busch2011-11-061-1/+1
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* fix autotools setup to support the new device specific structureSimon Busch2011-10-291-6/+51
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add modemctrl utility to test functionality of samsung-ipcSimon Busch2011-10-031-0/+1
|
* Add openssl as dependencySimon Busch2011-10-031-0/+9
|
* Several update regarding integration in other userland environements than ↵Simon Busch2011-09-291-0/+1
| | | | | | | | | | android * add fd_get method to ipc_ops to retrieve the file descriptior responsible for modem requests/response * add bootstrap method to ipc_ops to separate modem bootstrap from modem opening * add first version of a vapi to be able to use samsung-ipc from vala * add missing pkg-config description file
* Basic automake environment for building the librarySimon Busch2011-08-241-0/+29