[PATCH] Makefile.am: The rpi backend needs libsession-helper.la

2013-11-25 Thread Marco Barisione
Signed-off-by: Marco Barisione --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 92afae8..f1c94f6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -216,6 +216,7 @@ rpi_backend_la_LDFLAGS = -module -avoid-version

[PATCH] Fix the build for the rpi backend

2013-11-25 Thread Marco Barisione
Hi, Commit 989e9d5 (“Makefile.am: Move launcher helpers in to libsession-helper.la library”) broke the build for the rpi backend by removing launcher-util.[ch] from the sources, but not adding libsession-helper.la to LIBADD. Marco Barisione (1): Makefile.am: The rpi backend needs libsession