changeset 6:458a4f18f3cd

working on lua generation
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:48:33 -0600
parents 8fe0c57e53d2
children c0a590a394c3
files configure.ac src/Makefile.am
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/configure.ac	Sat Mar 03 10:39:40 2012 -0600
     1.2 +++ b/configure.ac	Sat Mar 03 10:48:33 2012 -0600
     1.3 @@ -0,0 +1,6 @@
     1.4 +AC_INIT([vba-rlm], [1.0])
     1.5 +
     1.6 +AM_INIT_AUTOMAKE([dist-bzip2])
     1.7 +
     1.8 +AC_OUTPUT
     1.9 +
     2.1 --- a/src/Makefile.am	Sat Mar 03 10:39:40 2012 -0600
     2.2 +++ b/src/Makefile.am	Sat Mar 03 10:48:33 2012 -0600
     2.3 @@ -1,4 +1,6 @@
     2.4 -CORE_SUBDIRS = gba gb common filters
     2.5 +SUBDIRS = lua
     2.6 +
     2.7 +#CORE_SUBDIRS = gba gb common filters
     2.8  
     2.9  #EXTRA_SUBDIRS = prof sdl gtk lua
    2.10