diff -r 265cdb1c59e3 -r 081274382473 gst-plugins-mythtv/Makefile.am
--- a/gst-plugins-mythtv/Makefile.am	Thu Sep 21 00:05:27 2006 +0100
+++ b/gst-plugins-mythtv/Makefile.am	Wed Oct 11 22:46:27 2006 +0100
@@ -1,27 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
+SUBDIRS = src
 
-plugin_LTLIBRARIES =	libgstmythtvsrc.la
-
-libgstmythtvsrc_la_SOURCES =	\
-		gstmythtvsrc.c \
-		myth_uri.c \
-		myth_file_transfer.c \
-		myth_livetv.c
-
-libgstmythtvsrc_la_CFLAGS = \
-	$(GST_CFLAGS) \
-	$(GMYTH_CFLAGS)
-
-libgstmythtvsrc_la_LDFLAGS = \
-	$(GST_PLUGIN_LDFLAGS)
-
-libgstmythtvsrc_la_LIBADD = \
-	$(GST_BASE_LIBS) \
-	$(GMYTH_LIBS)
-
-noinst_HEADERS = \
-	gstmythtvsrc.h \
-	myth_uri.h \
-	myth_file_transfer.h \
-	myth_livetv.h
-
+DIST_SUBDIRS = src