aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2011-02-03 18:02:59 -0200
committerJohan Hedberg <johan.hedberg@nokia.com>2011-02-04 06:55:46 +0200
commit12eac6993bdb58fc23d1f5e496755420eac4320f (patch)
tree346da44bf99138fa504f124be55d2e2e13c22940 /Makefile.tools
parent240fcdb00692fd5d651e4c686f598247ca8e00b8 (diff)
downloadbluez-12eac6993bdb58fc23d1f5e496755420eac4320f.tar.gz
rename: tools/main.c to tools/rfcomm.c
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index 96c59156..9c43202e 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -14,7 +14,7 @@ noinst_PROGRAMS += tools/avinfo tools/ppporc \
tools/kword.c: tools/parser.h
-tools_rfcomm_SOURCES = tools/main.c tools/parser.y tools/lexer.l \
+tools_rfcomm_SOURCES = tools/rfcomm.c tools/parser.y tools/lexer.l \
tools/kword.h tools/kword.c
EXTRA_tools_rfcomm_SOURCES = tools/parser.h tools/parser.c \
tools/lexer.c