summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-04-18 19:28:40 +0000
committerMåns Rullgård <mans@mansr.com>2008-04-18 19:28:40 +0000
commitbf237413f31ceb4a147c064e5693468b6c9c2a10 (patch)
tree247c35c6d2659314e735cd5fdc6992c77ddff452 /common.mak
parent9e2ffc450b0b6d0a25878e44c8edaf35a3d44415 (diff)
fix make tests in subdirs
Originally committed as revision 12893 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index 93caa00f4d..58ff839bdc 100644
--- a/common.mak
+++ b/common.mak
@@ -33,6 +33,8 @@ CFLAGS = -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
%.d: %.cpp
$(DEPEND_CMD) > $@
+%$(EXESUF): %.c
+
install: install-libs install-headers
uninstall: uninstall-libs uninstall-headers