Commit 3edd1660 authored by Rafaël Carré's avatar Rafaël Carré

wince: fix npapi rule

parent 3f576cd9
...@@ -670,11 +670,11 @@ win32_destdir=$(top_builddir)/vlc-$(VERSION) ...@@ -670,11 +670,11 @@ win32_destdir=$(top_builddir)/vlc-$(VERSION)
win32_debugdir=$(top_builddir)/symbols-$(VERSION) win32_debugdir=$(top_builddir)/symbols-$(VERSION)
win32_xpi_destdir=$(win32_destdir)/vlc-plugin win32_xpi_destdir=$(win32_destdir)/vlc-plugin
if HAVE_WIN32
if HAVE_WINCE if HAVE_WINCE
build-npapi: build-npapi:
touch $@ touch $@
else else
if HAVE_WIN32
include extras/package/npapi.am include extras/package/npapi.am
endif endif
endif endif
......
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