Explorar el Código

[Bugfix] link libvnc.so against correct libraries


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3019 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v0.0.90
Adam Tkac hace 15 años
padre
commit
0ede62bd12
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      unix/xserver/hw/vnc/Makefile.am

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

@@ -4,7 +4,8 @@ BIN_DIR=$(top_srcdir)/..
RFB_LIB=$(LIB_DIR)/rfb/librfb.la
RDR_LIB=$(LIB_DIR)/rdr/librdr.la
NETWORK_LIB=$(LIB_DIR)/network/libnetwork.la
COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB)
XREGION_LIB=$(LIB_DIR)/Xregion/libXregion.la
COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB)

noinst_LTLIBRARIES = libvnccommon.la

@@ -51,7 +52,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I$(LIB_DIR) \

libvnc_la_LDFLAGS = -module -avoid-version

libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIB)
libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS)

# C++ hacks
BUILT_SOURCES = $(nodist_Xvnc_SOURCES)

Cargando…
Cancelar
Guardar