Changeset dab8e12dee500dc68e4752313615aa4b000f41cd
- Timestamp:
- 02/04/08 13:03:17
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202126597 +0000
- git-parent:
[d935cd94fe18b27f58216980758e6430eed6119e]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1202126597 +0000
- Message:
Makefile.am: Some target weren't updated during the move.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4371729 |
rdab8e12 |
|
| 212 | 212 | ############################################################################## |
|---|
| 213 | 213 | EXTRA_DIST += \ |
|---|
| 214 | | extras/Makefile \ |
|---|
| 215 | | extras/zsh.cpp \ |
|---|
| 216 | | extras/emacs.init \ |
|---|
| 217 | | extras/vlc.vim \ |
|---|
| 218 | | extras/make.pl \ |
|---|
| 219 | | extras/valgrind.suppressions \ |
|---|
| 220 | | extras/m4/autoconf260.m4 \ |
|---|
| 221 | | extras/mpris.py \ |
|---|
| 222 | | extras/mpris.glade |
|---|
| | 214 | extras/analyser/Makefile \ |
|---|
| | 215 | extras/analyser/zsh.cpp \ |
|---|
| | 216 | extras/analyser/emacs.init \ |
|---|
| | 217 | extras/analyser/vlc.vim \ |
|---|
| | 218 | extras/analyser/valgrind.suppressions \ |
|---|
| | 219 | extras/buildsystem/autotools/make.pl \ |
|---|
| | 220 | extras/buildsystem/autotools/m4/autoconf260.m4 \ |
|---|
| | 221 | extras/misc/mpris.py \ |
|---|
| | 222 | extras/misc/mpris.glade |
|---|
| 223 | 223 | |
|---|
| 224 | 224 | dist-hook: |
|---|
| … | … | |
| 258 | 258 | vlc_SOURCES = src/vlc.c |
|---|
| 259 | 259 | # Ugly kludge so that automake defines $(CXXLINK) |
|---|
| 260 | | nodist_EXTRA_vlc_SOURCES = extras/zsh.cpp src/misc/darwin_specific.m |
|---|
| | 260 | nodist_EXTRA_vlc_SOURCES = extras/analyser/zsh.cpp src/misc/darwin_specific.c |
|---|
| 261 | 261 | |
|---|
| 262 | 262 | vlc_DEPENDENCIES = $(DATA_win32_rc) |
|---|