diff -r ba5dc9bff3a1 -r 7776e35d59d4 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 Wed Jan 10 20:52:55 2007 +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