diff -r e9c12410bfaa -r 51fd70b817a8 gst-plugins-mythtv/configure.ac
--- a/gst-plugins-mythtv/configure.ac	Thu Sep 21 21:48:02 2006 +0100
+++ b/gst-plugins-mythtv/configure.ac	Thu Oct 26 02:05:43 2006 +0100
@@ -5,7 +5,7 @@
 
 AC_INIT([mythtvsrc],[0.1])
 
-dnl AC_CONFIG_SRCDIR([src/mmyth_main.c])
+dnl AC_CONFIG_SRCDIR([src])
 AC_CONFIG_HEADER(config.h)
 
 dnl when going to/from release please set the nano (fourth number) right !
@@ -176,6 +176,9 @@
 # make GST_MAJORMINOR available in Makefile.am
 AC_SUBST(GST_MAJORMINOR)
 
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([
+Makefile
+src/Makefile
+])
 
 AC_OUTPUT