changeset 12:3c287cb0ace6

complete raising of lua source
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 11:09:16 -0600
parents 27763b933818
children 731894a84231
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/configure.ac	Sat Mar 03 11:07:39 2012 -0600
     1.2 +++ b/configure.ac	Sat Mar 03 11:09:16 2012 -0600
     1.3 @@ -3,7 +3,7 @@
     1.4  AC_INIT([vba-rlm], [1.0])
     1.5  
     1.6  dnl TODO: change this to gba.cpp or something
     1.7 -AC_CONFIG_SRCDIR([src/lua/src/lopcodes.c])
     1.8 +AC_CONFIG_SRCDIR([src/lua/lopcodes.c])
     1.9  AC_CONFIG_HEADERS([config.h])
    1.10  AC_PROG_RANLIB
    1.11