mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
fix make tests in subdirs
Originally committed as revision 12893 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9e2ffc450b
commit
bf237413f3
@ -33,6 +33,8 @@ CFLAGS = -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
|
|||||||
%.d: %.cpp
|
%.d: %.cpp
|
||||||
$(DEPEND_CMD) > $@
|
$(DEPEND_CMD) > $@
|
||||||
|
|
||||||
|
%$(EXESUF): %.c
|
||||||
|
|
||||||
install: install-libs install-headers
|
install: install-libs install-headers
|
||||||
|
|
||||||
uninstall: uninstall-libs uninstall-headers
|
uninstall: uninstall-libs uninstall-headers
|
||||||
|
Loading…
Reference in New Issue
Block a user