From 23dc4678e9333ba0ee1a5374521905fa3f4f309c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 14 Sep 2009 14:14:27 +1000 Subject: dmx: use top_builddir, not top_srcdir to get libxfixes.la Signed-off-by: Peter Hutterer Tested-by: Byeong-ryeol Kim --- hw/dmx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/dmx') diff --git a/hw/dmx/Makefile.am b/hw/dmx/Makefile.am index 095c54223..b31fbb85c 100644 --- a/hw/dmx/Makefile.am +++ b/hw/dmx/Makefile.am @@ -87,7 +87,7 @@ XDMX_LIBS = \ config/libdmxconfig.a \ $(MAIN_LIB) \ $(XSERVER_LIBS) \ - $(top_srcdir)/xfixes/libxfixes.la + $(top_builddir)/xfixes/libxfixes.la Xdmx_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) Xdmx_DEPENDENCIES= $(XDMX_LIBS) -- cgit v1.2.3