comparison src/sdl/Makefile.am @ 50:690c44762f6f

enable proper optional mmx.
author Robert McIntyre <rlm@mit.edu>
date Thu, 21 Mar 2013 21:30:11 +0000
parents 9c1b4651b731
children
comparison
equal deleted inserted replaced
49:9c1b4651b731 50:690c44762f6f
28 28
29 VisualBoyAdvance_LDADD = \ 29 VisualBoyAdvance_LDADD = \
30 ../common/libgbcom.a \ 30 ../common/libgbcom.a \
31 ../gb/libgb.a \ 31 ../gb/libgb.a \
32 ../gba/libgba.a \ 32 ../gba/libgba.a \
33 ../filters/lib386.a \
34 ../filters/libfilter.a \ 33 ../filters/libfilter.a \
35 @VBA_LIBS@ \ 34 @VBA_LIBS@ \
36 ../lua/libgblua.a 35 ../lua/libgblua.a
37 36
38 # TestEmu_SOURCES = \ 37 # TestEmu_SOURCES = \