Pass lua_State arg to l_quvi_object_opts_croak_if_error
[libquvi.git] / src / api / Makefile.am
blobcda30c1bea220232bec7a8cac550e56b2620b107
1 EXTRA_DIST=\
2   doxy/acc_script_prop.dp\
3   doxy/chk_support.dp\
4   doxy/dirs.dp\
5   doxy/env.dp\
6   doxy/getting_started.dp\
7   doxy/glossary.dp\
8   doxy/glossary_scripts.dp\
9   doxy/glossary_termino.dp\
10   doxy/groups.dp\
11   doxy/http_metainfo.dp\
12   doxy/parse_media.dp\
13   doxy/parse_playlist.dp\
14   doxy/parse_subtitle.dp\
15   doxy/proxy_support.dp\
16   doxy/scan_media.dp\
17   doxy/select_stream.dp
19 src=\
20   errmsg.c\
21   free.c\
22   get.c\
23   http_metainfo_free.c\
24   http_metainfo_get.c\
25   http_metainfo_new.c\
26   media_free.c\
27   media_get.c\
28   media_new.c\
29   media_stream_choose_best.c\
30   media_stream_next.c\
31   media_stream_reset.c\
32   media_stream_select.c\
33   new.c\
34   ok.c\
35   playlist_free.c\
36   playlist_get.c\
37   playlist_media_next.c\
38   playlist_media_reset.c\
39   playlist_new.c\
40   resolve_destination_url.c\
41   resolve_forwarded.c\
42   resolve_free.c\
43   resolve_new.c\
44   scan_free.c\
45   scan_new.c\
46   scan_next_media_url.c\
47   script_get.c\
48   script_next.c\
49   set.c\
50   subtitle_export_data.c\
51   subtitle_export_free.c\
52   subtitle_export_new.c\
53   subtitle_free.c\
54   subtitle_lang_get.c\
55   subtitle_lang_next.c\
56   subtitle_lang_reset.c\
57   subtitle_new.c\
58   subtitle_select.c\
59   subtitle_type_get.c\
60   subtitle_type_next.c\
61   subtitle_type_reset.c\
62   supports.c\
63   version.c
65 noinst_LTLIBRARIES=libconvenience_api.la
66 libconvenience_api_la_SOURCES=$(src)
68 libconvenience_api_la_CPPFLAGS=\
69   -DLOCALEDIR=\""$(localedir)"\"\
70   -I$(top_srcdir)/src/quvi-0.9/\
71   -I$(top_srcdir)/src/\
72   $(libproxy_CFLAGS)\
73   $(liblua_CFLAGS)\
74   $(glib_CFLAGS)\
75   $(AM_CPPFLAGS)
77 libconvenience_api_la_CFLAGS=$(AM_CFLAGS)
79 libconvenience_api_la_LDFLAGS=\
80   $(AM_LDFLAGS)
82 libconvenience_api_la_LIBADD=\
83   $(libproxy_LIBS)\
84   $(liblua_LIBS)\
85   $(glib_LIBS)
87 # vim: set ts=2 sw=2 tw=72 expandtab: