bin: use a full path to build plugins.dat
commit2c799b6fd77c1a37ae98d93e7449c7d8260febf7
authorSteve Lhomme <robUx4@videolabs.io>
Mon, 10 Apr 2017 06:20:54 +0000 (10 08:20 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 12 Apr 2017 08:37:32 +0000 (12 10:37 +0200)
tree0449d8015c5cbe2d2436f5560167a5afd5bff041
parentb8a8a70e7c6332112381acc35e6e1d224da9d01b
bin: use a full path to build plugins.dat

This needed on Windows as LoadLibraryEx doesn't like relative pathes and thus
building on Windows doesn't go to the end.

The resulting pathes in plugins.dat are still relative and so are the ones
resulting from `make package-win-common` that can be distributed.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
bin/Makefile.am