mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
List libtoytoolkit.la before libwayland-client.la on the link line
Fixes link order for --as-needed linking.
This commit is contained in:
parent
61a8251360
commit
332073b9db
1 changed files with 3 additions and 2 deletions
|
|
@ -3,8 +3,9 @@ noinst_LTLIBRARIES = libtoytoolkit.la
|
|||
|
||||
INCLUDES = -I$(top_srcdir)/wayland $(CLIENT_CFLAGS) $(POPPLER_CFLAGS)
|
||||
|
||||
LDADD = $(top_builddir)/wayland/libwayland-client.la \
|
||||
libtoytoolkit.la $(CLIENT_LIBS) -lrt -lm
|
||||
LDADD = libtoytoolkit.la \
|
||||
$(top_builddir)/wayland/libwayland-client.la \
|
||||
$(CLIENT_LIBS) -lrt -lm
|
||||
|
||||
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue