diff configure.ac @ 8:08a8e09ca414

add files required by automake
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:54:39 -0600
parents 458a4f18f3cd
children cd43af719f55
line wrap: on
line diff
     1.1 --- a/configure.ac	Sat Mar 03 10:50:33 2012 -0600
     1.2 +++ b/configure.ac	Sat Mar 03 10:54:39 2012 -0600
     1.3 @@ -1,5 +1,9 @@
     1.4  AC_INIT([vba-rlm], [1.0])
     1.5  
     1.6 +AC_CONFIG_FILES([Makefile 
     1.7 +	         src/Makefile
     1.8 +                 src/lua/Makefile])
     1.9 +
    1.10  AM_INIT_AUTOMAKE([dist-bzip2])
    1.11  
    1.12  AC_OUTPUT