author | leo_sobral |
Thu Sep 21 00:05:27 2006 +0100 (2006-09-21) | |
branch | trunk |
changeset 3 | 265cdb1c59e3 |
parent 2 | mythtv_plugin/Makefile.am@bd3829c2e9c9 |
child 13 | f3cdc7844178 |
permissions | -rwxr-xr-x |
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
3 plugin_LTLIBRARIES = libgstmythtvsrc.la
5 libgstmythtvsrc_la_SOURCES = \
6 gstmythtvsrc.c \
7 myth_uri.c \
8 myth_file_transfer.c \
9 myth_livetv.c
11 libgstmythtvsrc_la_CFLAGS = \
12 $(GST_CFLAGS) \
13 $(GMYTH_CFLAGS)
15 libgstmythtvsrc_la_LDFLAGS = \
16 $(GST_PLUGIN_LDFLAGS)
18 libgstmythtvsrc_la_LIBADD = \
19 $(GST_BASE_LIBS) \
20 $(GMYTH_LIBS)
22 noinst_HEADERS = \
23 gstmythtvsrc.h \
24 myth_uri.h \
25 myth_file_transfer.h \
26 myth_livetv.h