Commit db7548c0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing dependency

parent 8b40fb0f
......@@ -7,7 +7,8 @@ dist_check_SCRIPTS = missing_api
SOURCES_testvlc = testvlc.cs
LDADD_testvlc = -lib:../src -r:VideoLAN.LibVLC.dll
testvlc.exe: $(SOURCES_testvlc)
$(CSC) -target:exe -out:$@ $(CSFLAGS) $^ $(LDADD_testvlc)
testvlc.exe: $(SOURCES_testvlc) ../src/VideoLAN.LibVLC.dll
$(CSC) -target:exe -out:$@ $(CSFLAGS) $(SOURCES_testvlc) \
$(LDADD_testvlc)
TESTS = missing_api
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment