summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/dtmf/Makefile4
-rw-r--r--tools/dtmf/gst-dtmf.c (renamed from tools/dtmf/dtmftest.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/dtmf/Makefile b/tools/dtmf/Makefile
index e3490d8..c85dae8 100644
--- a/tools/dtmf/Makefile
+++ b/tools/dtmf/Makefile
@@ -36,9 +36,9 @@ CFLAGS := -g -O2 $(GST_CFLAGS)
LDFLAGS := -g -Wall -O2 $(GST_LDFLAGS)
STRIP := strip
-EXECUTABLE := dtmftest
+EXECUTABLE := gst-dtmf
-C_OBJS := dtmftest.o
+C_OBJS := gst-dtmf.o
C_SRCS := $(C_OBJS:%.o=%.c)
diff --git a/tools/dtmf/dtmftest.c b/tools/dtmf/gst-dtmf.c
index 11ff679..11ff679 100644
--- a/tools/dtmf/dtmftest.c
+++ b/tools/dtmf/gst-dtmf.c