diff -r 000000000000 -r c71d37b93734 gst-plugins-mythtv/src/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-mythtv/src/Makefile.am Wed Oct 18 23:45:17 2006 +0100 @@ -0,0 +1,27 @@ +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ + +plugin_LTLIBRARIES = libgstmythtvsrc.la + +libgstmythtvsrc_la_SOURCES = \ + gstmythtvsrc.c \ + myth_uri.c \ + myth_file_transfer.c \ + myth_livetv.c + +libgstmythtvsrc_la_CFLAGS = \ + $(GST_CFLAGS) \ + $(GMYTH_CFLAGS) + +libgstmythtvsrc_la_LDFLAGS = \ + $(GST_PLUGIN_LDFLAGS) + +libgstmythtvsrc_la_LIBADD = \ + $(GST_BASE_LIBS) \ + $(GMYTH_LIBS) + +noinst_HEADERS = \ + gstmythtvsrc.h \ + myth_uri.h \ + myth_file_transfer.h \ + myth_livetv.h +