gst-plugins-mythtv/src/Makefile.am
author rosfran
Thu Oct 26 01:48:46 2006 +0100 (2006-10-26)
branchtrunk
changeset 52 67e72eadeef2
parent 40 ba5dc9bff3a1
child 285 0923cd303a9a
permissions -rwxr-xr-x
[svn r53] LiveTV working fine, adjustments in some GMyth functions dealing with the TVChain.
     1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
     2 
     3 plugin_LTLIBRARIES =	libgstmythtvsrc.la
     4 
     5 libgstmythtvsrc_la_SOURCES =	\
     6 		gstmythtvsrc.c
     7 
     8 libgstmythtvsrc_la_CFLAGS = \
     9 	$(GST_CFLAGS) \
    10 	$(GMYTH_CFLAGS)
    11 
    12 libgstmythtvsrc_la_LDFLAGS = \
    13 	$(GST_PLUGIN_LDFLAGS)
    14 
    15 libgstmythtvsrc_la_LIBADD = \
    16 	$(GST_BASE_LIBS) \
    17 	$(GMYTH_LIBS)
    18 
    19 noinst_HEADERS = \
    20 	gstmythtvsrc.h
    21