mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-15 02:30:20 +01:00
Explicitly add libxorg_la_LIBADD to libxorg_la_DEPENDENCIES
Otherwise, for example, when hacking config/*.c, it is required to run make clean on that directory, to ensure the proper libconfig.a will be linked in the generated Xorg binary.
This commit is contained in:
parent
0eec734887
commit
c7d62d74bb
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ libxorg_la_LIBADD = \
|
|||
$(top_builddir)/os/libos.la \
|
||||
@XORG_LIBS@
|
||||
|
||||
libxorg_la_DEPENDENCIES = $(libxorg_la_LIBADD)
|
||||
|
||||
libxorg.c xorg.c:
|
||||
touch $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue