view src/common/Makefile.am @ 308:de172acc5a03

moved the memory manipulation functions out of world.practice and into a separate location, gb.mem-utils, to avoid cyclic load dependency. will adjust the dependent files shortly.
author Dylan Holmes <ocsenave@gmail.com>
date Sat, 31 Mar 2012 04:25:49 -0500
parents f6ff410a87fd
children
line wrap: on
line source
1 noinst_LTLIBRARIES = libgbcom.la
3 libgbcom_la_SOURCES = \
4 CheatSearch.h \
5 inputGlobal.h \
6 memgzio.h \
7 movie.h \
8 System.h \
9 Text.h \
10 unzip.h \
11 Util.h \
12 vbalua.h \
13 \
14 CheatSearch.cpp \
15 lua-engine.cpp \
16 memgzio.c \
17 movie.cpp \
18 Text.cpp \
19 unzip.cpp \
20 Util.cpp
24 AM_CPPFLAGS = \
25 -I$(top_srcdir)/src \
26 -DSDL \
27 -DSYSCONFDIR=\"$(sysconfdir)\"
29 AM_CXXFLAGS = -fno-exceptions