So as not to conflict with the one in miext/shadow. Signed-off-by: Adam Jackson <[email protected]> --- hw/xfree86/shadowfb/Makefile.am | 2 +- hw/xfree86/shadowfb/{shadow.c => shadowfb.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hw/xfree86/shadowfb/{shadow.c => shadowfb.c} (100%)
diff --git a/hw/xfree86/shadowfb/Makefile.am b/hw/xfree86/shadowfb/Makefile.am index 22f7ada..67fb2e4 100644 --- a/hw/xfree86/shadowfb/Makefile.am +++ b/hw/xfree86/shadowfb/Makefile.am @@ -1,6 +1,6 @@ module_LTLIBRARIES = libshadowfb.la libshadowfb_la_LDFLAGS = -module -avoid-version $(LD_NO_UNDEFINED_FLAG) -libshadowfb_la_SOURCES = sfbmodule.c shadow.c +libshadowfb_la_SOURCES = sfbmodule.c shadowfb.c libshadowfb_la_LIBADD = $(PIXMAN_LIBS) sdk_HEADERS = shadowfb.h diff --git a/hw/xfree86/shadowfb/shadow.c b/hw/xfree86/shadowfb/shadowfb.c similarity index 100% rename from hw/xfree86/shadowfb/shadow.c rename to hw/xfree86/shadowfb/shadowfb.c -- 2.9.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
