Extend: quvi object: Add crypto support
[libquvi.git] / src / lua / Makefile.am
blob67f0d16a710460e1d5295c954739fe86d56f06c0
2 src=\
3   util/exec_util_resolve_redirections.c\
4   util/exec_util_convert_entities.c\
5   util/exec_util_to_file_ext.c\
6   chk.c\
7   exec_subtitle_export_script_export.c\
8   exec_subtitle_export_script_ident.c\
9   exec_subtitle_script_ident.c\
10   exec_subtitle_script_parse.c\
11   exec_playlist_script_ident.c\
12   exec_playlist_script_parse.c\
13   exec_media_script_ident.c\
14   exec_media_script_parse.c\
15   exec_scan_script_parse.c\
16   match_url_to_subtitle_script.c\
17   match_url_to_playlist_script.c\
18   match_url_to_media_script.c\
19   load_util_script.c\
20   modify_pkgpath.c\
21   getfield.c\
22   setfield.c\
23   init.c\
24   quvi/base64/decode.c\
25   quvi/base64/encode.c\
26   quvi/crypto/en_decrypt.c\
27   quvi/crypto/copts.c\
28   quvi/crypto/hash.c\
29   quvi/crypto/err.c\
30   quvi/http/metainfo.c\
31   quvi/http/resolve.c\
32   quvi/http/fetch.c\
33   quvi/opts.c
35 hdr=\
36   chk.h\
37   load_util_script.h\
38   getfield.h\
39   setfield.h\
40   exec.h\
41   def.h\
42   quvi/crypto/opts.h\
43   quvi/crypto/err.h\
44   quvi/opts.h
46 noinst_LTLIBRARIES=libconvenience_lua.la
47 libconvenience_lua_la_SOURCES=$(src) $(hdr)
49 libconvenience_lua_la_CPPFLAGS=\
50   -DLOCALEDIR=\""$(localedir)"\"\
51   -I$(top_srcdir)/src/quvi-0.9/\
52   -I$(top_srcdir)/src/\
53   $(liblua_CFLAGS)\
54   $(glib_CFLAGS)\
55   $(AM_CPPFLAGS)
57 libconvenience_lua_la_CFLAGS=$(AM_CFLAGS)
59 libconvenience_lua_la_LDFLAGS=\
60   $(AM_LDFLAGS)
62 libconvenience_lua_la_LIBADD=\
63   $(liblua_LIBS)\
64   $(glib_LIBS)