diff -r ba5dc9bff3a1 -r d9628018e9f7 gst-plugins-mythtv/src/Makefile.am --- a/gst-plugins-mythtv/src/Makefile.am Mon Oct 23 15:42:46 2006 +0100 +++ b/gst-plugins-mythtv/src/Makefile.am Mon Dec 04 13:21:37 2006 +0000 @@ -3,10 +3,7 @@ plugin_LTLIBRARIES = libgstmythtvsrc.la libgstmythtvsrc_la_SOURCES = \ - gstmythtvsrc.c \ - gmyth_uri.c \ - gmyth_file_transfer.c \ - gmyth_livetv.c + gstmythtvsrc.c libgstmythtvsrc_la_CFLAGS = \ $(GST_CFLAGS) \ @@ -20,8 +17,5 @@ $(GMYTH_LIBS) noinst_HEADERS = \ - gstmythtvsrc.h \ - gmyth_uri.h \ - gmyth_file_transfer.h \ - gmyth_livetv.h + gstmythtvsrc.h