author | leo_sobral |
Wed Sep 20 23:59:48 2006 +0100 (2006-09-20) | |
branch | trunk |
changeset 2 | bd3829c2e9c9 |
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