aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-09-29 15:22:37 +0200
committerSimon Busch <morphis@gravedo.de>2011-09-29 15:36:29 +0200
commit458fd1fbcd0abb1860739b19e8fd833aa056d185 (patch)
treec8b7294bd5b6eab7ae4b4931b85f20d54aacdc8d /configure.ac
parentf6bbbfa9c5e038e838e5641764666f53a04b2985 (diff)
downloadexternal_libsamsung-ipc-458fd1fbcd0abb1860739b19e8fd833aa056d185.zip
external_libsamsung-ipc-458fd1fbcd0abb1860739b19e8fd833aa056d185.tar.gz
external_libsamsung-ipc-458fd1fbcd0abb1860739b19e8fd833aa056d185.tar.bz2
Several update regarding integration in other userland environements than 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 555fef0..7719ea8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@ PKG_PROG_PKG_CONFIG
AC_CONFIG_FILES([
Makefile
+ samsung-ipc-1.0.pc
include/Makefile
samsung-ipc/Makefile
])