Changeset bb3c43d2822a8fb83725687d54f5e10754548296
- Timestamp:
- 04/06/06 20:05:00
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1149444300 +0000
- git-parent:
[14815d2cc5501b7417a34b96957c726e253bdeb2]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1149444300 +0000
- Message:
Another PIC fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5b36930 |
rbb3c43d |
|
| 147 | 147 | |
|---|
| 148 | 148 | libvlc_a_SOURCES = $(SOURCES_libvlc) |
|---|
| 149 | | libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc` |
|---|
| 150 | | libvlc_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc` |
|---|
| 151 | | libvlc_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc` |
|---|
| | 149 | libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc $(pic)` |
|---|
| | 150 | libvlc_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc $(pic)` |
|---|
| | 151 | libvlc_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc $(pic)` |
|---|
| 152 | 152 | |
|---|
| 153 | 153 | libvlc_la_SOURCES = $(SOURCES_libvlc) |
|---|