[PATCH 2/2] libxf86config: libxf86config_internal -> libxf86config
Egbert Eich
eich at freedesktop.org
Fri Feb 7 07:21:48 PST 2014
Now since the installable libxf86config is gone, rename
libxf86config_internal to libxf86config.
Signed-off-by: Egbert Eich <eich at freedesktop.org>
---
hw/xfree86/Makefile.am | 2 +-
hw/xfree86/parser/Makefile.am | 4 ++--
test/Makefile.am | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
index 9672904..7bb7310 100644
--- a/hw/xfree86/Makefile.am
+++ b/hw/xfree86/Makefile.am
@@ -54,7 +54,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 \
diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
index 3e99b92..d142bcd 100644
--- a/hw/xfree86/parser/Makefile.am
+++ b/hw/xfree86/parser/Makefile.am
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libxf86config_internal.la
+noinst_LTLIBRARIES = libxf86config.la
INTERNAL_SOURCES= \
Device.c \
@@ -19,7 +19,7 @@ INTERNAL_SOURCES= \
DRI.c \
Extensions.c
-libxf86config_internal_la_SOURCES = \
+libxf86config_la_SOURCES = \
$(INTERNAL_SOURCES)
AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) \
diff --git a/test/Makefile.am b/test/Makefile.am
index 2852bb3..d87ab7f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -47,7 +47,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 \
--
1.8.1.4
More information about the xorg-devel
mailing list