gst-gmyth/mythsrc/Makefile.am
branchtrunk
changeset 839 5930595a2ae5
parent 608 43ce4ea2f9fb
child 840 5ab6a453da43
     1.1 --- a/gst-gmyth/mythsrc/Makefile.am	Tue May 01 16:04:02 2007 +0100
     1.2 +++ b/gst-gmyth/mythsrc/Makefile.am	Mon Sep 03 22:11:54 2007 +0100
     1.3 @@ -3,7 +3,8 @@
     1.4  plugin_LTLIBRARIES =	libgstmythtvsrc.la
     1.5  
     1.6  libgstmythtvsrc_la_SOURCES =	\
     1.7 -	gstmythtvsrc.c
     1.8 +	gstmythtvsrc.c \
     1.9 +	gstmythtvsrc.h
    1.10  
    1.11  libgstmythtvsrc_la_CFLAGS = \
    1.12  	$(GST_CFLAGS) \
    1.13 @@ -18,6 +19,14 @@
    1.14  	$(GST_BASE_LIBS) \
    1.15  	$(GMYTH_LIBS)
    1.16  
    1.17 +gstmythtvsrc.c:
    1.18 +	cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer/ co gst-plugins-bad/ext/mythtv/gstmythtvsrc.c
    1.19 +	mv gst-plugins-bad/ext/mythtv/gstmythtvsrc.c .
    1.20 +
    1.21 +gstmythtvsrc.h:
    1.22 +	cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer/ co gst-plugins-bad/ext/mythtv/gstmythtvsrc.h
    1.23 +	mv gst-plugins-bad/ext/mythtv/gstmythtvsrc.h .
    1.24 +
    1.25  noinst_HEADERS = \
    1.26  	gstmythtvsrc.h
    1.27