Mercurial > sdl-ios-xcode
view test/Makefile.am @ 1242:caf0328c8058
Add XME hooks to X11 driver instead of relying on libxme...libxme hasn't
changed in five years, and it's a small .c file that just calls into the X11
dependencies we already use elsewhere. Including it directly allows us to
make use of the dynamic X11 code.
Fixes Bugzilla #41.
--ryan.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 12 Jan 2006 22:46:36 +0000 |
parents | 68f2b997758e |
children |
line wrap: on
line source
AUTOMAKE_OPTIONS = no-dependencies noinst_PROGRAMS = \ testver testtypes testendian testcpuinfo \ testhread testlock testerror testsem testtimer \ loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ testsprite testbitmap testalpha testgamma testpalette testwm \ threadwin testoverlay testoverlay2 testgl testdyngl testjoystick \ testblitspeed testalpha_SOURCES = testalpha.c testalpha_LDADD = @MATHLIB@ testgamma_SOURCES = testgamma.c testgamma_LDADD = @MATHLIB@ testpalette_SOURCES = testpalette.c testpalette_LDADD = @MATHLIB@ testgl_SOURCES = testgl.c testgl_LDADD = @GL_LIBS@ @MATHLIB@