diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2012-08-09 13:32:25 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-08-16 12:34:00 +0300 |
commit | 79db04845e1602dff291d365345c270c7a7a235d (patch) | |
tree | e952f70e9c0f72719115c21edc627e749eddd33e /Makefile.am | |
parent | f1a2dd4fba4cd20c9230f4622b84c7da2c3864f6 (diff) | |
download | obexd-79db04845e1602dff291d365345c270c7a7a235d.tar.gz |
gobex: Introduce GObexApparam API
GObexApparam abstract the handling of application parameter tags, it
can be used to read/parse application parameter header data using
g_obex_apparam_get_* functions or to generate the data using
g_obex_apparam_set_*.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 97a1553..a1b4da0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,8 @@ gobex_sources = gobex/gobex.h gobex/gobex.c \ gobex/gobex-defs.h gobex/gobex-defs.c \ gobex/gobex-packet.c gobex/gobex-packet.h \ gobex/gobex-header.c gobex/gobex-header.h \ - gobex/gobex-transfer.c gobex/gobex-debug.h + gobex/gobex-transfer.c gobex/gobex-debug.h \ + gobex/gobex-apparam.h gobex/gobex-apparam.c noinst_PROGRAMS = libexec_PROGRAMS = |