diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2017-06-26 14:54:04 +0100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-10-04 15:04:25 -0400 |
commit | c5d409a292008c4219c77a1bdb7621eb0ac42991 (patch) | |
tree | 63092f1157dcc9e236fa0efb99bf9b1eb5bd9160 /test | |
parent | 359186b13bc6ea6d8c3340c392c0aba5b9376a5d (diff) |
Move statically linked xorgxkb files from dixmods to a separate directory
[ajax: Fixed test/Makefile.am as well]
Reviewed-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit fbdd73fac68383c93f6f5c6a7615860503039999)
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 064e1c5b7..dc60057f5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -81,7 +81,7 @@ libxservertest_la_LIBADD += \ $(top_builddir)/hw/xfree86/ramdac/libramdac.la \ $(top_builddir)/hw/xfree86/ddc/libddc.la \ $(top_builddir)/hw/xfree86/i2c/libi2c.la \ - $(top_builddir)/hw/xfree86/dixmods/libxorgxkb.la \ + $(top_builddir)/hw/xfree86/xkb/libxorgxkb.la \ $(top_builddir)/Xext/libXvidmode.la \ @XORG_LIBS@ |