1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/mythtv_plugin/Makefile.am Wed Sep 20 23:59:48 2006 +0100
1.3 @@ -0,0 +1,27 @@
1.4 +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
1.5 +
1.6 +plugin_LTLIBRARIES = libgstmythtvsrc.la
1.7 +
1.8 +libgstmythtvsrc_la_SOURCES = \
1.9 + gstmythtvsrc.c \
1.10 + myth_uri.c \
1.11 + myth_file_transfer.c \
1.12 + myth_livetv.c
1.13 +
1.14 +libgstmythtvsrc_la_CFLAGS = \
1.15 + $(GST_CFLAGS) \
1.16 + $(GMYTH_CFLAGS)
1.17 +
1.18 +libgstmythtvsrc_la_LDFLAGS = \
1.19 + $(GST_PLUGIN_LDFLAGS)
1.20 +
1.21 +libgstmythtvsrc_la_LIBADD = \
1.22 + $(GST_BASE_LIBS) \
1.23 + $(GMYTH_LIBS)
1.24 +
1.25 +noinst_HEADERS = \
1.26 + gstmythtvsrc.h \
1.27 + myth_uri.h \
1.28 + myth_file_transfer.h \
1.29 + myth_livetv.h
1.30 +