Create a dependency in ddx whenever libmain.la and libdix.la change. Signed-off-by: Tiago Vignatti <[email protected]> --- hw/xfree86/Makefile.am | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index 116113b..295fb47 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -71,7 +71,10 @@ libxorg.c xorg.c: DISTCLEANFILES = libxorg.c xorg.c -Xorg_DEPENDENCIES = libxorg.la +Xorg_DEPENDENCIES = libxorg.la \ + $(top_builddir)/dix/libmain.la \ + $(top_builddir)/dix/libdix.la + Xorg_LDADD = $(MAIN_LIB) libxorg.la $(XORG_SYS_LIBS) $(XSERVER_SYS_LIBS) Xorg_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) -- 1.7.1.226.g770c5 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
