summaryrefslogtreecommitdiff
path: root/tests/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r--tests/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index be9cc8b..449dcf4 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1,6 +1,6 @@
### RtAudio tests Makefile - for various flavors of unix
-PROGRAMS = probe playsaw playraw record duplex testall
+PROGRAMS = audioprobe playsaw playraw record duplex testall
RM = /bin/rm
SRC_PATH = ../
INCLUDE = ../
@@ -22,8 +22,8 @@ LIBRARY += @frameworks@
all : $(PROGRAMS)
-probe : probe.cpp $(OBJECTS)
- $(CC) $(CFLAGS) $(DEFS) -o probe probe.cpp $(OBJECT_PATH)/RtAudio.o $(LIBRARY)
+audioprobe : audioprobe.cpp $(OBJECTS)
+ $(CC) $(CFLAGS) $(DEFS) -o audioprobe audioprobe.cpp $(OBJECT_PATH)/RtAudio.o $(LIBRARY)
playsaw : playsaw.cpp $(OBJECTS)
$(CC) $(CFLAGS) $(DEFS) -o playsaw playsaw.cpp $(OBJECT_PATH)/RtAudio.o $(LIBRARY)