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>
This commit is contained in:
Egbert Eich 2014-02-07 16:21:48 +01:00 committed by Adam Jackson
parent dabf7c3590
commit fca98ce5e7
3 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ LOCAL_LIBS = \
loader/libloader.la \
common/libcommon.la \
os-support/libxorgos.la \
parser/libxf86config_internal.la \
parser/libxf86config.la \
dixmods/libdixmods.la \
modes/libxf86modes.la \
ramdac/libramdac.la \

View File

@ -1,4 +1,4 @@
noinst_LTLIBRARIES = libxf86config_internal.la
noinst_LTLIBRARIES = libxf86config.la
INTERNAL_SOURCES= \
Device.c \
@ -20,7 +20,7 @@ INTERNAL_SOURCES= \
DRI.c \
Extensions.c
libxf86config_internal_la_SOURCES = \
libxf86config_la_SOURCES = \
$(INTERNAL_SOURCES)
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) \

View File

@ -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 \