Changeset 2dc7b4434755eaa0d6255a466c911bdd94bc2cfd
- Timestamp:
- 20/07/07 15:24:54
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1184937894 +0000
- git-parent:
[92ad9789e7928aa2ac8d3db53bbe8a48d31e7cd7]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1184937894 +0000
- Message:
Stupid typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r92ad978 |
r2dc7b44 |
|
| 354 | 354 | lib${mod}_plugin_la_OBJCFLAGS = \`\$(VLC_CONFIG) --objcflags plugin ${mod}\` |
|---|
| 355 | 355 | lib${mod}_plugin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs plugin ${mod}\` \$(AM_LDFLAGS) |
|---|
| 356 | | lib${mod}_plugin_la_LIBADD = $\(AM_LIBADD) |
|---|
| | 356 | lib${mod}_plugin_la_LIBADD = \$(AM_LIBADD) |
|---|
| 357 | 357 | EOF |
|---|
| 358 | 358 | done |
|---|