From 3674eee26f0e1fe1dddf998dca2f0546448f97ba Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 26 Aug 2003 23:30:22 +0000 Subject: [PATCH] * Renamed files in xt/ that collided with files in xlib/. git-svn-id: svn://svn.zoy.org/elk/trunk@50 55e467fa-43c5-0310-a8a2-de718669efc6 --- lib/xt/Include.am | 6 +++--- lib/xt/{error.c => xterror.c} | 0 lib/xt/{init.c => xtinit.c} | 0 lib/xt/{objects.c => xtobjects.c} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename lib/xt/{error.c => xterror.c} (100%) rename lib/xt/{init.c => xtinit.c} (100%) rename lib/xt/{objects.c => xtobjects.c} (100%) diff --git a/lib/xt/Include.am b/lib/xt/Include.am index 73a6c94..b5a2e35 100644 --- a/lib/xt/Include.am +++ b/lib/xt/Include.am @@ -6,13 +6,13 @@ SOURCES_XT = \ ../xt/classname.c \ ../xt/context.c \ ../xt/converter.c \ - ../xt/error.c \ ../xt/function.c \ ../xt/identifier.c \ - ../xt/init.c \ - ../xt/objects.c \ ../xt/popup.c \ ../xt/resource.c \ ../xt/translation.c \ ../xt/widget.c \ + ../xt/xterror.c \ + ../xt/xtinit.c \ + ../xt/xtobjects.c \ $(NULL) diff --git a/lib/xt/error.c b/lib/xt/xterror.c similarity index 100% rename from lib/xt/error.c rename to lib/xt/xterror.c diff --git a/lib/xt/init.c b/lib/xt/xtinit.c similarity index 100% rename from lib/xt/init.c rename to lib/xt/xtinit.c diff --git a/lib/xt/objects.c b/lib/xt/xtobjects.c similarity index 100% rename from lib/xt/objects.c rename to lib/xt/xtobjects.c