mythtv_plugin/Makefile.am
author leo_sobral
Wed Sep 20 23:59:48 2006 +0100 (2006-09-20)
branchtrunk
changeset 2 bd3829c2e9c9
permissions -rwxr-xr-x
[svn r3] imported to sf repository
leo_sobral@2
     1
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
leo_sobral@2
     2
leo_sobral@2
     3
plugin_LTLIBRARIES =	libgstmythtvsrc.la
leo_sobral@2
     4
leo_sobral@2
     5
libgstmythtvsrc_la_SOURCES =	\
leo_sobral@2
     6
		gstmythtvsrc.c \
leo_sobral@2
     7
		myth_uri.c \
leo_sobral@2
     8
		myth_file_transfer.c \
leo_sobral@2
     9
		myth_livetv.c
leo_sobral@2
    10
leo_sobral@2
    11
libgstmythtvsrc_la_CFLAGS = \
leo_sobral@2
    12
	$(GST_CFLAGS) \
leo_sobral@2
    13
	$(GMYTH_CFLAGS)
leo_sobral@2
    14
leo_sobral@2
    15
libgstmythtvsrc_la_LDFLAGS = \
leo_sobral@2
    16
	$(GST_PLUGIN_LDFLAGS)
leo_sobral@2
    17
leo_sobral@2
    18
libgstmythtvsrc_la_LIBADD = \
leo_sobral@2
    19
	$(GST_BASE_LIBS) \
leo_sobral@2
    20
	$(GMYTH_LIBS)
leo_sobral@2
    21
leo_sobral@2
    22
noinst_HEADERS = \
leo_sobral@2
    23
	gstmythtvsrc.h \
leo_sobral@2
    24
	myth_uri.h \
leo_sobral@2
    25
	myth_file_transfer.h \
leo_sobral@2
    26
	myth_livetv.h
leo_sobral@2
    27