[gcalctool] Move calctool.c to gcalctool.c



commit 3b4144c92d28ce9a88f4ecf70178f8141bf64064
Author: Robert Ancell <robert ancell gmail com>
Date:   Wed Apr 14 23:00:31 2010 +0800

    Move calctool.c to gcalctool.c

 src/Makefile.am                 |    2 +-
 src/{calctool.c => gcalctool.c} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 970af5d..8f99012 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,9 +8,9 @@ INCLUDES = \
 	$(GCALCTOOL_CFLAGS)
 
 gcalctool_SOURCES = \
-	calctool.c \
 	currency.c \
 	currency.h \
+	gcalctool.c \
 	math-buttons.c \
 	math-buttons.h \
 	math-display.c \
diff --git a/src/calctool.c b/src/gcalctool.c
similarity index 100%
rename from src/calctool.c
rename to src/gcalctool.c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]