annotate src/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 efa68261dba1
children
rev   line source
rlm@47 1 SUBDIRS = SFMT lua gb gba common filters prof sdl clojure
rlm@26 2
rlm@32 3 dist_sysconf_DATA = VisualBoyAdvance.cfg
rlm@32 4
rlm@46 5 noinst_HEADERS = Port.h NLS.h AutoBuild.h version.h \
rlm@46 6 ../java/headers/com_aurellem_gb_Gb.h
rlm@46 7