Browse Source

[Win32] fix build package.

pull/2/head
Jean-Baptiste Kempf 18 years ago
parent
commit
519dca52dc
  1. 2
      Makefile.am

2
Makefile.am

@ -753,7 +753,7 @@ package-win32-base-debug: package-win-common
fi ; done
# Contrib *.dll's
cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/"
cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/" || true
# Copy the lua scripts (HTTP)
if BUILD_LUA

Loading…
Cancel
Save