author | rosfran |
Mon Oct 23 18:12:18 2006 +0100 (2006-10-23) | |
branch | trunk |
changeset 42 | 9a5f5a33cd87 |
parent 13 | f3cdc7844178 |
child 44 | 7a654d6de88f |
permissions | -rwxr-xr-x |
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
3 plugin_LTLIBRARIES = libgstmythtvsrc.la
5 libgstmythtvsrc_la_SOURCES = \
6 gstmythtvsrc.c \
7 gmyth_uri.c \
8 gmyth_file_transfer.c \
9 gmyth_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 gmyth_uri.h \
25 gmyth_file_transfer.h \
26 gmyth_livetv.h