You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
685 B
34 lines
685 B
SUBDIRS = globalhotkeys dbus
|
|
SOURCES_dummy = dummy.c
|
|
SOURCES_gestures = gestures.c
|
|
SOURCES_netsync = netsync.c
|
|
SOURCES_ntservice = ntservice.c
|
|
SOURCES_hotkeys = hotkeys.c
|
|
SOURCES_lirc = lirc.c
|
|
SOURCES_oldrc = rc.c
|
|
if HAVE_DARWIN
|
|
motion_extra = unimotion.c unimotion.h
|
|
else
|
|
motion_extra = $(NULL)
|
|
endif
|
|
SOURCES_motion = \
|
|
motion.c \
|
|
$(motion_extra) \
|
|
$(NULL)
|
|
|
|
libvlc_LTLIBRARIES += \
|
|
libdummy_plugin.la \
|
|
libgestures_plugin.la \
|
|
libnetsync_plugin.la \
|
|
libhotkeys_plugin.la
|
|
if !HAVE_WINCE
|
|
libvlc_LTLIBRARIES += \
|
|
liboldrc_plugin.la
|
|
if !HAVE_WIN32
|
|
libvlc_LTLIBRARIES += \
|
|
libmotion_plugin.la
|
|
else
|
|
libvlc_LTLIBRARIES += \
|
|
libntservice_plugin.la
|
|
endif
|
|
endif
|
|
|