summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-14 11:34:48 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:07:42 +0200
commit8177dc6d45ed1e44bfc32ac79a0e486d2434c5a7 (patch)
tree9eddbd7516e1ea9f3eccb9ddfb938e64e65b229d /Makefile
parent29bdac6cd60f196ed92f8b27e0efe8ebbfc4dab1 (diff)
downloadmpv-8177dc6d45ed1e44bfc32ac79a0e486d2434c5a7.tar.bz2
mpv-8177dc6d45ed1e44bfc32ac79a0e486d2434c5a7.tar.xz
Makefile: Add path.o to the dependency list of the loader test programs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31407 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05f6e7786b..3bbb7a70de 100644
--- a/Makefile
+++ b/Makefile
@@ -933,7 +933,7 @@ codecs2html$(EXESUF): codec-cfg.c $(TEST_OBJS)
libvo/aspecttest$(EXESUF): libvo/aspect.o libvo/geometry.o $(TEST_OBJS)
-LOADER_TEST_OBJS = $(SRCS_WIN32_EMULATION:.c=.o) $(SRCS_QTX_EMULATION:.S=.o) libavutil/libavutil.a osdep/mmap_anon.o cpudetect.o $(TEST_OBJS)
+LOADER_TEST_OBJS = $(SRCS_WIN32_EMULATION:.c=.o) $(SRCS_QTX_EMULATION:.S=.o) libavutil/libavutil.a osdep/mmap_anon.o cpudetect.o path.o $(TEST_OBJS)
loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF): CFLAGS += -g
loader/qtx/list$(EXESUF) loader/qtx/qtxload$(EXESUF): $(LOADER_TEST_OBJS)