diff -r bd3829c2e9c9 -r a1b7f32bcf80 gst-plugins-mythtv/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-plugins-mythtv/Makefile.am Thu Sep 21 14:26:37 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 +