m_unescape_url: Remove completely
[libquvi.git] / src / misc / Makefile.am
blob89b123f2da8cc5f2a408a8053c0028646632424e
1 src=\
2   capture.c\
3   match.c\
4   match_media_script.c\
5   match_playlist_script.c\
6   match_subtitle_export_script.c\
7   match_subtitle_script.c\
8   media.c\
9   playlist.c\
10   resolve.c\
11   scan_new.c\
12   scan_scripts.c\
13   script_free.c\
14   slst.c\
15   subtitle.c\
16   subtitle_export.c\
17   to_utf8.c\
18   trim.c
20 hdr=\
21   match_media_script.h\
22   match_playlist_script.h\
23   match_subtitle_export_script.h\
24   match_subtitle_script.h\
25   media.h\
26   playlist.h\
27   re.h\
28   resolve.h\
29   scan_new.h\
30   script_free.h\
31   slst.h\
32   subtitle_export.h\
33   subtitle.h
35 noinst_LTLIBRARIES=libconvenience_misc.la
36 libconvenience_misc_la_SOURCES=$(src) $(hdr)
38 libconvenience_misc_la_CPPFLAGS=\
39   -DLOCALEDIR=\""$(localedir)"\"\
40   -I$(top_srcdir)/src/quvi-0.9/\
41   -I$(top_srcdir)/src/\
42   $(glib_CFLAGS)\
43   $(AM_CPPFLAGS)
45 libconvenience_misc_la_CFLAGS=$(AM_CFLAGS)
47 libconvenience_misc_la_LDFLAGS=\
48   $(AM_LDFLAGS)
50 libconvenience_misc_la_LIBADD=\
51   $(glib_LIBS)
53 # vim: set ts=2 sw=2 tw=72 expandtab: