diff options
author | Egbert Eich <eich@freedesktop.org> | 2014-02-07 16:21:48 +0100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-23 14:29:21 -0400 |
commit | fca98ce5e7d6424265c35a1219c2240d3342f627 (patch) | |
tree | 113ce48b1d6fd82c20fab710b55a5c013ec91c74 /test | |
parent | dabf7c3590b427c185089128ecfd967f188f2658 (diff) |
libxf86config: libxf86config_internal -> libxf86config
Now since the installable libxf86config is gone, rename
libxf86config_internal to libxf86config.
Signed-off-by: Egbert Eich <eich@freedesktop.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
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 82578d977..4d935a268 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -49,7 +49,7 @@ libxservertest_la_LIBADD += \ $(top_builddir)/hw/xfree86/loader/libloader.la \ $(top_builddir)/hw/xfree86/os-support/libxorgos.la \ $(top_builddir)/hw/xfree86/common/libcommon.la \ - $(top_builddir)/hw/xfree86/parser/libxf86config_internal.la \ + $(top_builddir)/hw/xfree86/parser/libxf86config.la \ $(top_builddir)/hw/xfree86/dixmods/libdixmods.la \ $(top_builddir)/hw/xfree86/modes/libxf86modes.la \ $(top_builddir)/hw/xfree86/ramdac/libramdac.la \ |