]> git.sesse.net Git - vlc/commitdiff
Fix make package-win32
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 5 Feb 2008 00:20:16 +0000 (00:20 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 5 Feb 2008 00:20:16 +0000 (00:20 +0000)
Makefile.am

index bcef650a353a1256c70fb18b148cfca8a4b3d5d9..8e0f56aae521e532c19656aea90b55f076e1d7cb 100644 (file)
@@ -742,7 +742,7 @@ if BUILD_ACTIVEX
        cp $(srcdir)/projects/activex/test.html  $(top_builddir)/vlc-$(VERSION)/activex/ ;
        unix2dos $(top_builddir)/vlc-$(VERSION)/activex/* ;
 
-       cp $(top_builddir)/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/activex/ ;
+       cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/activex/ ;
 endif
 # Rebase all those DLLs to speed up loading (need cygwin rebase)
        if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \