X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fdirectx%2FMakefile;h=dbee64be522282f75fb74532890241e6d23b7e77;hb=460360a85e2aa56f437ddb3ed25a7366a09569f5;hp=b717e5fdf742f4af478e30ae0cbd0cad05506ea7;hpb=f82f7f254af3828599bffa6c16e92d221c86b4df;p=vlc diff --git a/plugins/directx/Makefile b/plugins/directx/Makefile index b717e5fdf7..dbee64be52 100644 --- a/plugins/directx/Makefile +++ b/plugins/directx/Makefile @@ -22,10 +22,10 @@ include ../../Makefile.modules # Real targets # -../../plugins/directx.so: $(PLUGIN_C) +../directx.so: $(PLUGIN_C) $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_DIRECTX) -../../plugins/directx.a: $(BUILTIN_C) +../directx.a: $(BUILTIN_C) ar r $@ $^ $(RANLIB) $@