summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/dmx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)