Mercurial > vba-clojure
view src/clojure/Makefile.am @ 235:5becef6312b9
working on item-injection; fixed off-by-one error in print-pokedex.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 24 Mar 2012 20:05:47 -0500 |
parents | 139178c4d843 |
children |
line wrap: on
line source
1 lib_LTLIBRARIES = libvba.la3 libvba_la_SOURCES = \4 clojure.cpp6 libvba_la_LIBADD = \7 ../common/libgbcom.la \8 ../gb/libgb.la \9 ../gba/libgba.la \10 ../filters/lib386.la \11 ../filters/libfilter.la \12 ../prof/libprof.la \13 ../sdl/libgui.la \14 ../lua/libgblua.la16 AM_CPPFLAGS = \17 -I$(top_srcdir)/java/headers -I$(JAVA_INCLUDE_PATH) \18 -I$(JAVA_INCLUDE_PATH2)