diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-14 14:14:27 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-14 14:40:37 +1000 |
commit | 23dc4678e9333ba0ee1a5374521905fa3f4f309c (patch) | |
tree | 6896e6fc6cac2cdceba5db3d5bb3c05b263a4783 /hw/dmx/Makefile.am | |
parent | 4650e6ebe6e3ea48a026ace60b25daa165580467 (diff) |
dmx: use top_builddir, not top_srcdir to get libxfixes.la
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Tested-by: Byeong-ryeol Kim <brofkims@gmail.com>
Diffstat (limited to 'hw/dmx/Makefile.am')
-rw-r--r-- | hw/dmx/Makefile.am | 2 |
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) |