1.1 --- a/gst-plugins-mythtv/src/Makefile.am Mon Oct 23 15:42:46 2006 +0100
1.2 +++ b/gst-plugins-mythtv/src/Makefile.am Thu Dec 07 18:39:41 2006 +0000
1.3 @@ -3,10 +3,7 @@
1.4 plugin_LTLIBRARIES = libgstmythtvsrc.la
1.5
1.6 libgstmythtvsrc_la_SOURCES = \
1.7 - gstmythtvsrc.c \
1.8 - gmyth_uri.c \
1.9 - gmyth_file_transfer.c \
1.10 - gmyth_livetv.c
1.11 + gstmythtvsrc.c
1.12
1.13 libgstmythtvsrc_la_CFLAGS = \
1.14 $(GST_CFLAGS) \
1.15 @@ -20,8 +17,5 @@
1.16 $(GMYTH_LIBS)
1.17
1.18 noinst_HEADERS = \
1.19 - gstmythtvsrc.h \
1.20 - gmyth_uri.h \
1.21 - gmyth_file_transfer.h \
1.22 - gmyth_livetv.h
1.23 + gstmythtvsrc.h
1.24