Changeset 10cdf4d2deeb6d1bcfaa6f36b5a2e2552740a5ab
- Timestamp:
- 04/02/08 14:16:07
(10 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202130967 +0000
- git-parent:
[ae2dba8c008c1dd93211dbf26553710c7a90d162]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202130967 +0000
- Message:
cmake/scripts/convert_vlc_to_cmake.sh: Fix config.h.cmake install.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rae2dba8 |
r10cdf4d |
|
| 18 | 18 | |
|---|
| 19 | 19 | echo "Installing include/config.h.cmake" |
|---|
| 20 | | ln -sf $cmake_dir/config.h.cmake include/config.h.cmake |
|---|
| | 20 | ln -sf ../$cmake_dir/config.h.cmake include/config.h.cmake |
|---|
| 21 | 21 | |
|---|
| 22 | 22 | echo "Installing cmake/" |
|---|