]> git.sesse.net Git - vlc/commitdiff
- vlc -> libvlc for linking shared libvlc.dll
authorDamien Fouilleul <damienf@videolan.org>
Mon, 4 Dec 2006 19:08:31 +0000 (19:08 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Mon, 4 Dec 2006 19:08:31 +0000 (19:08 +0000)
src/Makefile.am

index 489612800190a99a22509f2eb10c7de941f16628..a8b441192eee7c6704d480666c28261b498526dd 100644 (file)
@@ -162,8 +162,8 @@ libvlc.dll.a: libvlc$(LIBEXT)
        $(DLLTOOL) --export-all-symbols -l $@ -D $< $(libvlc_a_OBJECTS)
 
 libvlc$(LIBEXT): $(OBJECTS_libvlc_so)
-       @ldfl="`$(VLC_CONFIG) --libs plugin vlc pic` $(INCLUDED_LIBINTL)" ; \
-       case `$(VLC_CONFIG) --linkage vlc` in \
+       @ldfl="`$(VLC_CONFIG) --libs plugin libvlc pic` $(INCLUDED_LIBINTL)" ; \
+       case `$(VLC_CONFIG) --linkage libvlc` in \
          c++)  ld="$(CXXLINK)" ;; \
          objc) ld="$(OBJCLINK)" ;; \
          c|*)  ld="$(LINK)" ;; \