Changeset b92e91322c0b7a1a5a416b654c681e5fc15b305b
- Timestamp:
- 03/04/06 21:24:19
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1141503859 +0000
- git-parent:
[7ba17d5f530371f2e336827f1c2634bb4e9bd475]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1141503859 +0000
- Message:
Remove superfluous dep
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r078efe2 |
rb92e913 |
|
| 2 | 2 | |
|---|
| 3 | 3 | ## bootstrap file for the VLC media player |
|---|
| 4 | | ## $Id$ |
|---|
| 5 | 4 | ## |
|---|
| 6 | 5 | ## Copyright (C) 2005-2006 the VideoLAN team |
|---|
| 7 | 6 | ## |
|---|
| 8 | | ## Initial author: Sam Hocevar <sam@zoy.org> |
|---|
| | 7 | ## Authors: Sam Hocevar <sam@zoy.org> |
|---|
| | 8 | ## Rémi Denis-Courmont <rem # videolan # org> |
|---|
| | 9 | ## |
|---|
| | 10 | ## Muahaha! no annoying dollar I dee dollar that causes rebuild at commit |
|---|
| 9 | 11 | |
|---|
| 10 | 12 | if test "$#" != "0"; then |
|---|
| … | … | |
| 414 | 416 | -rpath '\$(libvlcdir)' -module -shrext \$(LIBEXT) |
|---|
| 415 | 417 | lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) |
|---|
| 416 | | lib${mod}_plugin_la_DEPENDENCIES = \$(LTLIBVLC) |
|---|
| 417 | 418 | |
|---|
| 418 | 419 | lib${mod}_pic_a_SOURCES = \$(SOURCES_${mod}) |
|---|