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

-I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS} -I$(top_srcdir)/include ${XSERVERLIBS_CFLAGS}


LOCAL_LIBS = \ LOCAL_LIBS = \
$(XVNC_LIBS) \ \
$(XVNC_LIBS) \
$(XSERVER_LIBS) \ $(XSERVER_LIBS) \
libvnccommon.la \ libvnccommon.la \
$(COMMON_LIBS) $(COMMON_LIBS)

Loading…
Cancel
Save