gst-plugins-mythtv/configure.ac
branchtrunk
changeset 13 f3cdc7844178
parent 9 e9c12410bfaa
child 285 0923cd303a9a
     1.1 --- a/gst-plugins-mythtv/configure.ac	Thu Sep 21 21:48:02 2006 +0100
     1.2 +++ b/gst-plugins-mythtv/configure.ac	Tue Sep 26 15:58:37 2006 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  
     1.5  AC_INIT([mythtvsrc],[0.1])
     1.6  
     1.7 -dnl AC_CONFIG_SRCDIR([src/mmyth_main.c])
     1.8 +dnl AC_CONFIG_SRCDIR([src])
     1.9  AC_CONFIG_HEADER(config.h)
    1.10  
    1.11  dnl when going to/from release please set the nano (fourth number) right !
    1.12 @@ -176,6 +176,9 @@
    1.13  # make GST_MAJORMINOR available in Makefile.am
    1.14  AC_SUBST(GST_MAJORMINOR)
    1.15  
    1.16 -AC_CONFIG_FILES([Makefile])
    1.17 +AC_CONFIG_FILES([
    1.18 +Makefile
    1.19 +src/Makefile
    1.20 +])
    1.21  
    1.22  AC_OUTPUT