From 7a9b85c306e6928a330d4ca8a0e41c447f355e65 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Mon, 31 Dec 2012 15:41:00 +0100 Subject: [PATCH] build: fix libuterm dependency typo We didn't set the dependencies correctly for uterm libraries as a backslash was missing. Fix this typo. Signed-off-by: David Herrmann --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 572fe5d..8ee3c54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -203,7 +203,7 @@ nodist_libuterm_la_SOURCES = libuterm_la_CPPFLAGS = \ $(AM_CPPFLAGS) \ $(XKBCOMMON_CFLAGS) -libuterm_la_LIBADD = +libuterm_la_LIBADD = \ $(XKBCOMMON_LIBS) \ libeloop.la libuterm_la_LDFLAGS = \