Mercurial > vba-clojure
view src/clojure/Makefile.am @ 349:37616a97beaa
fixed a few blocks that were not tangling properly.
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Sun, 08 Apr 2012 07:57:52 -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)