]> git.sesse.net Git - vlc/commitdiff
Fix skins2 build
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 16 Sep 2013 23:36:20 +0000 (01:36 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 16 Sep 2013 23:36:20 +0000 (01:36 +0200)
configure.ac

index ed6176195c0304357ea2eb6deb9b90c2bf3a004b..5075f071a5eeefc6b72b3ead05fccff013da56d6 100644 (file)
@@ -782,7 +782,7 @@ then
       MINIZIP_LIBS="-lminizip -lz"
     ], [
       VLC_ADD_CPPFLAGS([skins2], [-I\\\$(top_srcdir)/modules/access/zip/unzip])
-      VLC_ADD_LIBS([skins2], [\\\$(top_builddir)/modules/access/libunzip.la])
+      VLC_ADD_LIBS([skins2], [\\\$(top_builddir)/modules/libunzip.la])
       have_minizip=no
     ])
   ])