summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-04-20 21:22:08 +0300
committerMartin Storsjö <martin@martin.st>2011-04-20 21:44:04 +0300
commitf83acb096c0ea1ec181941c141d1ab6fb24820eb (patch)
treea6a43510d12d9d79058954f257e2dd244c3f05ac /Makefile
parent63de9e7d80ac3609fe378c5cadd5e899185846a7 (diff)
Makefile: Include dependencies for test tools, too
This makes seek_test to be rebuilt when its dependencies has changed. The changes to the dependencies didn't usually matter in practice, but the introduction of side data in AVPacket required a recompilation. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0bf04d1d02..f8e68d6c49 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,7 @@ tools/%.o: tools/%.c
$(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
-include $(wildcard tools/*.d)
+-include $(wildcard tests/*.d)
ffplay.o: CFLAGS += $(SDL_CFLAGS)