Changeset 4275a65a0edf2062e0261296552995c4d4f80935
- Timestamp:
- 03/02/05 11:27:35
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1109759255 +0000
- git-parent:
[091de0e958a24db451188e7339478f9f78978e6b]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1109759255 +0000
- Message:
Unbreak make vlc from subdir
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rced8838 |
r4275a65 |
|
| 189 | 189 | ;; |
|---|
| 190 | 190 | vlc) |
|---|
| 191 | | cppflags="${cppflags} -D__VLC__" |
|---|
| | 191 | cppflags="${cppflags} -D__VLC__ -I${top_builddir}src/misc" |
|---|
| 192 | 192 | ;; |
|---|
| 193 | 193 | plugin) |
|---|