Skip to content

Commit

Permalink
Use absolute paths for libraries
Browse files Browse the repository at this point in the history
To reduce the risk of duplicating the libraries on the link line, as we
have absolute paths in the .la files.
  • Loading branch information
CendioOssman committed Dec 4, 2024
1 parent b0e13b4 commit 91ff6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unix/xserver/hw/vnc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIGERVNC_SRCDIR=${top_srcdir}/../..
TIGERVNC_BUILDDIR=${TIGERVNC_SRCDIR}
TIGERVNC_SRCDIR=$(abspath ${top_srcdir}/../..)
TIGERVNC_BUILDDIR=$(abspath ${TIGERVNC_SRCDIR})

RFB_LIB=$(TIGERVNC_BUILDDIR)/common/rfb/librfb.la
RDR_LIB=$(TIGERVNC_BUILDDIR)/common/rdr/librdr.la
Expand Down

0 comments on commit 91ff6e7

Please sign in to comment.