Changeset 9d9587c8a81c5f91441614f3460f0c4008011f77
- Timestamp:
- 09/03/07 18:01:40
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1188835300 +0000
- git-parent:
[6dea96129049641b9814d06b382615054cfcf82f]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1188835300 +0000
- Message:
subdir build fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6dea961 |
r9d9587c |
|
| 89 | 89 | modules/builtin.h: modules/builtin.h.in ../vlc-config Makefile.am |
|---|
| 90 | 90 | rm -f -- "$@.tmp" |
|---|
| 91 | | cat "modules/builtin.h.in" > "$@.tmp" |
|---|
| | 91 | cat "$(srcdir)/modules/builtin.h.in" > "$@.tmp" |
|---|
| 92 | 92 | if !HAVE_PLUGINS |
|---|
| 93 | 93 | plugins="$$($(VLC_CONFIG) --list plugin)" ; \ |
|---|