gst-plugins-mythtv/src/Makefile.am
branchtrunk
changeset 40 ba5dc9bff3a1
parent 13 f3cdc7844178
child 44 7a654d6de88f
     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 15:42:46 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