Changeset 935af8b0594944307465a9d25c27625f663681b4

Show
Ignore:
Timestamp:
07/24/07 00:36:45 (1 year ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1185230205 +0000
git-parent:

[4d417a83435800567f21cc522af15bfc03af0a84]

git-author:
Damien Fouilleul <damienf@videolan.org> 1185230205 +0000
Message:

- bootstrap: quick fix for libtooling modules for mingw

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r757fcfc r935af8b  
    222222include Modules.am 
    223223 
    224 LTLIBVLC = \$(top_builddir)/src/libvlc.la 
     224if HAVE_WIN32 
     225LTLIBVLC = -L\$(top_builddir)/src -lvlc.dll 
     226else 
     227LTLIBVLC = -L\$(top_builddir)/src -lvlc 
     228endif 
    225229 
    226230AM_LDFLAGS = -rpath '\$(libvlcdir)' -avoid-version \\ 
     
    230234if USE_LIBTOOL 
    231235AM_LIBADD = \$(LTLIBVLC) 
    232 endif 
    233 if HAVE_WIN32 
    234 LIBVLC = \$(top_builddir)/src/libvlc.dll 
     236else 
     237LIBVLC = -l\$(top_builddir) -lvlc 
    235238endif 
    236239