From b56f69d33f8cdd7f8f6be65c5ae79db6a5c06f90 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Tue, 10 Oct 2006 23:59:24 +0000 Subject: [PATCH] test.c -> pusb_check.c --- Makefile | 2 +- src/{test.c => pusb_check.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{test.c => pusb_check.c} (100%) diff --git a/Makefile b/Makefile index 86579ca..dc06484 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DEBUG := no -SRCS := src/test.c \ +SRCS := src/pusb_check.c \ src/conf.c \ src/log.c \ src/xpath.c \ diff --git a/src/test.c b/src/pusb_check.c similarity index 100% rename from src/test.c rename to src/pusb_check.c