Changeset 06727264bc21237d58135ba13dc2e9e12abd23e8
- Timestamp:
- 21/02/06 09:30:16
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1140510616 +0000
- git-parent:
[dccae0350865375c2da8f319eda1da1221168e1e]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1140510616 +0000
- Message:
Attempt to fix #555 for mozilla plugin as well (refs #555)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2f684f4 |
r0672726 |
|
| 28 | 28 | |
|---|
| 29 | 29 | if BUILD_SHARED |
|---|
| 30 | | LIBRARIES_libvlc_pic = $(top_builddir)/src/libvlc$(LIBEXT) |
|---|
| 31 | | LIBRARIES_libvlc_nopic = $(top_builddir)/src/libvlc$(LIBEXT) |
|---|
| | 30 | LIBRARIES_libvlc_pic = -Wl,-rpath '$(libdir)' -L$(top_builddir)/src -lvlc |
|---|
| | 31 | LIBRARIES_libvlc_nopic = $(LIBRARIES_libvlc_pic) |
|---|
| 32 | 32 | else |
|---|
| 33 | 33 | LIBRARIES_libvlc_pic = $(top_builddir)/src/libvlc_pic.a |
|---|