Changeset da6b3153d7f952476c403e0e73fdefd5c26a9b6f

Show
Ignore:
Timestamp:
07/13/06 13:48:47 (2 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1152791327 +0000
git-parent:

[7acc87492380d5283416b2872853e374288fe4c6]

git-author:
Sam Hocevar <sam@videolan.org> 1152791327 +0000
Message:
  • bootstrap: strip library version from modules.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r9d85b9d rda6b315  
    5353# Check for automake 
    5454amvers="no" 
    55 for v in "-1.9" "19" "-1.8" "18" "-1.7" "17"; do 
     55for v in "-1.7" "-1.9" "19" "-1.8" "18" "-1.7" "17"; do 
    5656  if automake${v} --version >/dev/null 2>&1; then 
    5757    amsuff="${v}" 
     
    378378lib${mod}_plugin_la_OBJCFLAGS = \`\$(VLC_CONFIG) --objcflags plugin ${mod}\` 
    379379lib${mod}_plugin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs plugin ${mod}\` \\ 
    380     -rpath '\$(libvlcdir)' -module -shrext \$(LIBEXT) 
     380    -rpath '\$(libvlcdir)' -avoid-version -module -shrext \$(LIBEXT) 
    381381lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) 
    382382