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.
40 lines
635 B
40 lines
635 B
SOURCES_lua = \
|
|
extension.c \
|
|
extension.h \
|
|
extension_thread.c \
|
|
intf.c \
|
|
meta.c \
|
|
demux.c \
|
|
services_discovery.c \
|
|
vlc.c \
|
|
vlc.h \
|
|
libs.h \
|
|
libs/acl.c \
|
|
libs/configuration.c \
|
|
libs/gettext.c \
|
|
libs/dialog.c \
|
|
libs/httpd.c \
|
|
libs/input.c \
|
|
libs/input.h \
|
|
libs/md5.c \
|
|
libs/messages.c \
|
|
libs/misc.c \
|
|
libs/misc.h \
|
|
libs/net.c \
|
|
libs/objects.c \
|
|
libs/objects.h \
|
|
libs/osd.c \
|
|
libs/playlist.c \
|
|
libs/playlist.h \
|
|
libs/sd.c \
|
|
libs/stream.c \
|
|
libs/strings.c \
|
|
libs/variables.c \
|
|
libs/variables.h \
|
|
libs/video.c \
|
|
libs/vlm.c \
|
|
libs/volume.c \
|
|
libs/xml.c \
|
|
$(NULL)
|
|
|
|
libvlc_LTLIBRARIES += liblua_plugin.la
|
|
|