Explorar el Código

Added missing dependency for Complie error on RHEL7

Complie error on RHEL7 for missing depency libos.
tags/v1.7.90
lidm hace 8 años
padre
commit
bfd1276c70
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      unix/xserver/hw/vnc/Makefile.am

+ 2
- 1
unix/xserver/hw/vnc/Makefile.am Ver fichero

@@ -3,9 +3,10 @@ LIB_DIR=${top_builddir}/../../common

RFB_LIB=$(LIB_DIR)/rfb/librfb.la
RDR_LIB=$(LIB_DIR)/rdr/librdr.la
OS_LIB=$(LIB_DIR)/os/libos.la
NETWORK_LIB=$(LIB_DIR)/network/libnetwork.la
XREGION_LIB=$(LIB_DIR)/Xregion/libXregion.la
COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB)
COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB) $(OS_LIB)

noinst_LTLIBRARIES = libvnccommon.la


Cargando…
Cancelar
Guardar