From 12e750bbc4069402f4280fa75f31927b66a458b9 Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Mon, 25 Nov 2013 18:00:48 +0000 Subject: [PATCH] Makefile.am: The rpi backend needs libsession-helper.la 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 e05d27802..c5951de81 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -216,6 +216,7 @@ rpi_backend_la_LDFLAGS = -module -avoid-version rpi_backend_la_LIBADD = $(COMPOSITOR_LIBS) \ $(RPI_COMPOSITOR_LIBS) \ $(RPI_BCM_HOST_LIBS) \ + libsession-helper.la \ ../shared/libshared.la rpi_backend_la_CFLAGS = \ $(GCC_CFLAGS) \