diff -r e9c12410bfaa -r 336a58ad1a90 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 Tue Jan 09 22:43:23 2007 +0000 @@ -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