aboutsummaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-07-05 09:50:25 +0200
committerPierre Ossman <ossman@cendio.se>2022-07-05 09:50:25 +0200
commit7226e1968f9e3338193772e758e23179a84b4e35 (patch)
treead1c6b7746f20d45bb21b121bd78a89b0a96eb52 /unix
parent2481f42c09dbe3870fd9e30f26d73e1d4778eea2 (diff)
downloadtigervnc-7226e1968f9e3338193772e758e23179a84b4e35.tar.gz
tigervnc-7226e1968f9e3338193772e758e23179a84b4e35.zip
Fix typo in previous commit
Diffstat (limited to 'unix')
-rw-r--r--unix/xserver/hw/vnc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)