Changeset 0efa83acc9ea7758bceae38f0e0e5453c7239e20

Show
Ignore:
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
  • configure.ac

    rb4fdd33 r0efa83a  
    13211321    VLC_ADD_PLUGIN([motion]) 
    13221322    VLC_ADD_PLUGIN([dynamicoverlay]) 
     1323    VLC_ADD_PLUGIN([signals]) 
    13231324elif test "${SYS}" != "mingwce"; then 
    13241325    VLC_ADD_PLUGIN([ntservice]) 
  • modules/control/Modules.am

    r5d6e797 r0efa83a  
    99SOURCES_rc = rc.c 
    1010SOURCES_dbus = dbus.c dbus.h 
     11SOURCES_signals = signals.c 
    1112if HAVE_DARWIN 
    1213motion_extra = unimotion.c unimotion.h 
     
    1819        $(motion_extra) \ 
    1920        $(NULL) 
    20