summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Sun <yi.sun@intel.com>2015-03-09 16:45:16 +0800
committerYi Sun <yi.sun@intel.com>2015-03-09 16:45:16 +0800
commite60c3f8c6753ea286600487f5324fcf90e05338f (patch)
tree805670346c928efc110ad3cb6c559399fe978ad0
parentf4d590c98b057dfaa1c739d184abbf3147f3b534 (diff)
Rename QRdecode4Display to QRdecode.
Signed-off-by: Yi Sun <yi.sun@intel.com>
-rw-r--r--tools/Makefile.sources4
-rw-r--r--tools/QRdecode.cpp (renamed from tools/QRdecode4Display.cpp)0
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 145eb07..ac155c9 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -13,7 +13,7 @@ VTview_SOURCES = \
vtview_hotplug.c \
$(NULL)
-QRdecode4Display_SOURCES = QRdecode4Display.cpp \
+QRdecode_SOURCES = QRdecode.cpp \
${NULL}
-TOOLS_progs += VTview QRdecode4Display
+TOOLS_progs += VTview QRdecode
diff --git a/tools/QRdecode4Display.cpp b/tools/QRdecode.cpp
index 2a34e10..2a34e10 100644
--- a/tools/QRdecode4Display.cpp
+++ b/tools/QRdecode.cpp