1.1 --- a/gst-plugins-mythtv/src/Makefile.am Tue Sep 26 15:58:37 2006 +0100
1.2 +++ b/gst-plugins-mythtv/src/Makefile.am Mon Oct 23 20:02:26 2006 +0100
1.3 @@ -4,9 +4,9 @@
1.4
1.5 libgstmythtvsrc_la_SOURCES = \
1.6 gstmythtvsrc.c \
1.7 - myth_uri.c \
1.8 - myth_file_transfer.c \
1.9 - myth_livetv.c
1.10 + gmyth_uri.c \
1.11 + gmyth_file_transfer.c \
1.12 + gmyth_livetv.c
1.13
1.14 libgstmythtvsrc_la_CFLAGS = \
1.15 $(GST_CFLAGS) \
1.16 @@ -21,7 +21,7 @@
1.17
1.18 noinst_HEADERS = \
1.19 gstmythtvsrc.h \
1.20 - myth_uri.h \
1.21 - myth_file_transfer.h \
1.22 - myth_livetv.h
1.23 + gmyth_uri.h \
1.24 + gmyth_file_transfer.h \
1.25 + gmyth_livetv.h
1.26