Changeset 75b1aa19f528bb6f847c09963485d1e0356e1af5
- Timestamp:
- 09/10/06 19:54:17
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1157910857 +0000
- git-parent:
[4f6898465fb467a5b79dda120357032f7325e575]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1157910857 +0000
- Message:
Also control plugin export table
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rba98f2b |
r75b1aa1 |
|
| 381 | 381 | lib${mod}_plugin_la_OBJCFLAGS = \`\$(VLC_CONFIG) --objcflags plugin ${mod}\` |
|---|
| 382 | 382 | lib${mod}_plugin_la_LDFLAGS = \`\$(VLC_CONFIG) --libs plugin ${mod}\` \\ |
|---|
| 383 | | -rpath '\$(libvlcdir)' -avoid-version -module -shrext \$(LIBEXT) |
|---|
| | 383 | -rpath '\$(libvlcdir)' -avoid-version -module -shrext \$(LIBEXT) \\ |
|---|
| | 384 | -export-symbol-regex ^\$(VLC_ENTRY)\$\$ |
|---|
| 384 | 385 | lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) |
|---|
| 385 | 386 | |
|---|