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:
Paulo Cesar Pereira de Andrade 2009-01-25 19:19:01 -02:00
parent 0eec734887
commit c7d62d74bb

View File

@ -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 $@