root/modules/misc/lua/Modules.am

Revision 9248217feec1932c190728d0cf65eb6fba9577e6, 496 bytes (checked in by Christophe Mutricy <xtophe@videolan.org>, 5 months ago)

Distribute lua/lib/misc.h

  • Property mode set to 100644
Line 
1 SOURCES_lua = \
2         intf.c \
3         meta.c \
4         demux.c \
5         vlc.c \
6         vlc.h \
7         libs.h \
8         libs/acl.c \
9         libs/configuration.c \
10         libs/httpd.c \
11         libs/input.c \
12         libs/input.h \
13         libs/messages.c \
14         libs/misc.c \
15         libs/misc.h \
16         libs/net.c \
17         libs/objects.c \
18         libs/objects.h \
19         libs/osd.c \
20         libs/playlist.c \
21         libs/playlist.h \
22         libs/sd.c \
23         libs/stream.c \
24         libs/strings.c \
25         libs/variables.c \
26         libs/variables.h \
27         libs/video.c \
28         libs/vlm.c \
29         libs/volume.c \
30         $(NULL)
31
32 libvlc_LTLIBRARIES += liblua_plugin.la
Note: See TracBrowser for help on using the browser.