view src/clojure/Makefile.am @ 336:25b7bb7da3b1

Fixed two major bugs related to restart events which were causing desync. The entire video now syncs properly.
author Robert McIntyre <rlm@mit.edu>
date Sat, 07 Apr 2012 07:31:59 -0500
parents 139178c4d843
children
line wrap: on
line source
1 lib_LTLIBRARIES = libvba.la
3 libvba_la_SOURCES = \
4 clojure.cpp
6 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.la
16 AM_CPPFLAGS = \
17 -I$(top_srcdir)/java/headers -I$(JAVA_INCLUDE_PATH) \
18 -I$(JAVA_INCLUDE_PATH2)