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

npapi: correct pkg-config paths

parent 4ec3dd7b
......@@ -37,7 +37,7 @@ npapi-vlc/Makefile: npapi-vlc/configure
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
SHELL="$(SHELL)" \
PKG_CONFIG_LIBDIR="../$(srcdir)/extras/contrib/lib/pkgconfig:../lib"
PKG_CONFIG_PATH="$(libdir)/pkgconfig:$(CONTRIB_DIR)/lib/pkgconfig"
touch $@
npapi-vlc/npapi/npvlc.la: npapi-vlc/Makefile
......
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