diff options
author | Pierre Ossman <ossman@cendio.se> | 2022-07-05 09:50:25 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2022-07-05 09:50:25 +0200 |
commit | 7226e1968f9e3338193772e758e23179a84b4e35 (patch) | |
tree | ad1c6b7746f20d45bb21b121bd78a89b0a96eb52 /unix | |
parent | 2481f42c09dbe3870fd9e30f26d73e1d4778eea2 (diff) | |
download | tigervnc-7226e1968f9e3338193772e758e23179a84b4e35.tar.gz tigervnc-7226e1968f9e3338193772e758e23179a84b4e35.zip |
Fix typo in previous commit
Diffstat (limited to 'unix')
-rw-r--r-- | unix/xserver/hw/vnc/Makefile.am | 2 |
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) |