Changeset da6b3153d7f952476c403e0e73fdefd5c26a9b6f
- 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
| r9d85b9d |
rda6b315 |
|
| 53 | 53 | # Check for automake |
|---|
| 54 | 54 | amvers="no" |
|---|
| 55 | | for v in "-1.9" "19" "-1.8" "18" "-1.7" "17"; do |
|---|
| | 55 | for v in "-1.7" "-1.9" "19" "-1.8" "18" "-1.7" "17"; do |
|---|
| 56 | 56 | if automake${v} --version >/dev/null 2>&1; then |
|---|
| 57 | 57 | amsuff="${v}" |
|---|
| … | … | |
| 378 | 378 | lib${mod}_plugin_la_OBJCFLAGS = \`\$(VLC_CONFIG) --objcflags plugin ${mod}\` |
|---|
| 379 | 379 | lib${mod}_plugin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs plugin ${mod}\` \\ |
|---|
| 380 | | -rpath '\$(libvlcdir)' -module -shrext \$(LIBEXT) |
|---|
| | 380 | -rpath '\$(libvlcdir)' -avoid-version -module -shrext \$(LIBEXT) |
|---|
| 381 | 381 | lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) |
|---|
| 382 | 382 | |
|---|