From 31832d2a58285f5e04c37524100cc8338b0ed24c Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 25 Dec 2014 22:47:04 +0100 Subject: [PATCH] Removed missing test program from Makefile. --- test/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/Makefile.in b/test/Makefile.in index 44a774f035b92..078e4eb994c44 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -38,7 +38,6 @@ TARGETS = \ testloadso$(EXE) \ testlock$(EXE) \ testmultiaudio$(EXE) \ - testmultiaudio2$(EXE) \ testnative$(EXE) \ testoverlay2$(EXE) \ testplatform$(EXE) \ @@ -106,9 +105,6 @@ testautomation$(EXE): $(srcdir)/testautomation.c \ testmultiaudio$(EXE): $(srcdir)/testmultiaudio.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS) -testmultiaudio2$(EXE): $(srcdir)/testmultiaudio2.c - $(CC) -o $@ $^ $(CFLAGS) $(LIBS) - testatomic$(EXE): $(srcdir)/testatomic.c $(CC) -o $@ $^ $(CFLAGS) $(LIBS)