Browse Source

Fix typo in previous commit

tags/v1.12.90
Pierre Ossman 1 year ago
parent
commit
7226e1968f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      unix/xserver/hw/vnc/Makefile.am

+ 1
- 1
unix/xserver/hw/vnc/Makefile.am View File

@@ -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)

Loading…
Cancel
Save