[PATCH 3/4] wmcapshare: Update libdockapp header path.

2017-02-22 Thread Doug Torrance
--- wmcapshare/wmcapshare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmcapshare/wmcapshare.c b/wmcapshare/wmcapshare.c index 8de0e19..2d4f8e7 100644 --- a/wmcapshare/wmcapshare.c +++ b/wmcapshare/wmcapshare.c @@ -43,7 +43,7 @@ #include "obex_put_common.h" #include "obe

[PATCH 2/4] wmcapshare: Include glib header.

2017-02-22 Thread Doug Torrance
--- wmcapshare/obex_io.h | 2 ++ wmcapshare/obex_put_common.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/wmcapshare/obex_io.h b/wmcapshare/obex_io.h index 69bed7d..dcdc5b3 100644 --- a/wmcapshare/obex_io.h +++ b/wmcapshare/obex_io.h @@ -1,6 +1,8 @@ #ifndef OBEX_IO_H #define O

[PATCH 1/4] wmcapshare: Use pkg-config instead of deprecated glib-config.

2017-02-22 Thread Doug Torrance
--- wmcapshare/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmcapshare/Makefile b/wmcapshare/Makefile index 5fb3066..9fd72e8 100644 --- a/wmcapshare/Makefile +++ b/wmcapshare/Makefile @@ -3,7 +3,7 @@ CC = gcc bindir = /usr/local/bin OPENOBEX_CONFIG = /usr/local/

[PATCH 4/4] wmdonkeymon: Remove unused wmgeneral files list.* and misc.*.

2017-02-22 Thread Doug Torrance
Still using wmdonkeymon's version of wmgeneral.* as it adds a new function not available in libdockapp yet. --- wmdonkeymon/wmdonkeymon/Makefile | 6 +- wmdonkeymon/wmgeneral/list.c | 169 --- wmdonkeymon/wmgeneral/list.h | 59 -- wmdonkey