diff src/gb/Makefile.am @ 18:ac56489c2ca6

need to fix NLS.h problem
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 12:06:10 -0600
parents f9f4f1b99eed
children
line wrap: on
line diff
     1.1 --- a/src/gb/Makefile.am	Sat Mar 03 11:44:47 2012 -0600
     1.2 +++ b/src/gb/Makefile.am	Sat Mar 03 12:06:10 2012 -0600
     1.3 @@ -1,21 +1,24 @@
     1.4  noinst_LIBRARIES = libgb.a
     1.5  
     1.6  libgb_a_SOURCES = \
     1.7 -	gbCheats.cpp	\
     1.8  	gbCheats.h	\
     1.9  	gbCodesCB.h	\
    1.10  	gbCodes.h	\
    1.11 +	gbGlobals.h	\
    1.12 +	GB.h		\
    1.13 +	gbMemory.h	\
    1.14 +	gbPrinter.h	\
    1.15 +	gbSGB.h		\
    1.16 +	gbSound.h	\
    1.17 +			\
    1.18 +	gbCheats.cpp	\
    1.19  	GB.cpp		\
    1.20 -	GB.h		\
    1.21  	gbDis.cpp	\
    1.22  	gbGfx.cpp	\
    1.23  	gbGlobals.cpp	\
    1.24 -	gbGlobals.h	\
    1.25  	gbMemory.cpp	\
    1.26 -	gbMemory.h	\
    1.27  	gbPrinter.cpp	\
    1.28 -	gbPrinter.h	\
    1.29  	gbSGB.cpp	\
    1.30 -	gbSGB.h		\
    1.31 -	gbSound.cpp	\
    1.32 -	gbSound.h
    1.33 +	gbSound.cpp	
    1.34 +
    1.35 +