From 7226e1968f9e3338193772e758e23179a84b4e35 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 5 Jul 2022 09:50:25 +0200 Subject: [PATCH] Fix typo in previous commit --- unix/xserver/hw/vnc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am index 143f9b0a..1e985966 100644 --- a/unix/xserver/hw/vnc/Makefile.am +++ b/unix/xserver/hw/vnc/Makefile.am @@ -45,7 +45,7 @@ Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DTIGERVNC -DNO_MODULE_EXTS \ -I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS} LOCAL_LIBS = \ - $(XVNC_LIBS) \ \ + $(XVNC_LIBS) \ $(XSERVER_LIBS) \ libvnccommon.la \ $(COMMON_LIBS) -- 2.39.5