author | renatofilho |
Tue May 01 16:04:02 2007 +0100 (2007-05-01) | |
branch | trunk |
changeset 608 | 43ce4ea2f9fb |
child 839 | 5930595a2ae5 |
permissions | -rwxr-xr-x |
renatofilho@608 | 1 |
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ |
renatofilho@608 | 2 |
|
renatofilho@608 | 3 |
plugin_LTLIBRARIES = libgstmythtvsrc.la |
renatofilho@608 | 4 |
|
renatofilho@608 | 5 |
libgstmythtvsrc_la_SOURCES = \ |
renatofilho@608 | 6 |
gstmythtvsrc.c |
renatofilho@608 | 7 |
|
renatofilho@608 | 8 |
libgstmythtvsrc_la_CFLAGS = \ |
renatofilho@608 | 9 |
$(GST_CFLAGS) \ |
renatofilho@608 | 10 |
$(GST_BASE_CFLAGS) \ |
renatofilho@608 | 11 |
$(GMYTH_CFLAGS) |
renatofilho@608 | 12 |
|
renatofilho@608 | 13 |
libgstmythtvsrc_la_LDFLAGS = \ |
renatofilho@608 | 14 |
$(GST_PLUGIN_LDFLAGS) |
renatofilho@608 | 15 |
|
renatofilho@608 | 16 |
libgstmythtvsrc_la_LIBADD = \ |
renatofilho@608 | 17 |
$(GST_LIBS) \ |
renatofilho@608 | 18 |
$(GST_BASE_LIBS) \ |
renatofilho@608 | 19 |
$(GMYTH_LIBS) |
renatofilho@608 | 20 |
|
renatofilho@608 | 21 |
noinst_HEADERS = \ |
renatofilho@608 | 22 |
gstmythtvsrc.h |
renatofilho@608 | 23 |