Changeset 0efa83acc9ea7758bceae38f0e0e5453c7239e20
- Timestamp:
- 29/05/08 21:49:33
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1212090573 +0300
- git-parent:
[19091cce427c769cc586270d85ea2b448e61d6cc]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1212089196 +0300
- Message:
signal handling interface
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb4fdd33 |
r0efa83a |
|
| 1321 | 1321 | VLC_ADD_PLUGIN([motion]) |
|---|
| 1322 | 1322 | VLC_ADD_PLUGIN([dynamicoverlay]) |
|---|
| | 1323 | VLC_ADD_PLUGIN([signals]) |
|---|
| 1323 | 1324 | elif test "${SYS}" != "mingwce"; then |
|---|
| 1324 | 1325 | VLC_ADD_PLUGIN([ntservice]) |
|---|
| r5d6e797 |
r0efa83a |
|
| 9 | 9 | SOURCES_rc = rc.c |
|---|
| 10 | 10 | SOURCES_dbus = dbus.c dbus.h |
|---|
| | 11 | SOURCES_signals = signals.c |
|---|
| 11 | 12 | if HAVE_DARWIN |
|---|
| 12 | 13 | motion_extra = unimotion.c unimotion.h |
|---|
| … | … | |
| 18 | 19 | $(motion_extra) \ |
|---|
| 19 | 20 | $(NULL) |
|---|
| 20 | | |
|---|