diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2010-05-27 06:29:23 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2010-05-27 06:29:23 -0700 |
commit | 972d47ff95c6740476b21a52e6f23b6a099ee79f (patch) | |
tree | 35ff97881ee0ce1e39727010958cbbf619629844 /xts5/XIproto | |
parent | c3a3bec97c1e85e333c4d6f958ee50d09e6a9429 (diff) |
xts: Actually wire up the xts shared libraries into the tests
Commit a2826324 only actually changed the Xproto tests to use the xts
shared libraries. This does it for the rest of the tests. On my x86_64
linux box compiling at the default -g -O2, the installed size has gone
from 237MB to 72MB. Yay.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'xts5/XIproto')
-rw-r--r-- | xts5/XIproto/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xts5/XIproto/Makefile.am b/xts5/XIproto/Makefile.am index 1bbae4ae..b8248fd0 100644 --- a/xts5/XIproto/Makefile.am +++ b/xts5/XIproto/Makefile.am @@ -6,9 +6,7 @@ AM_CFLAGS = -I$(top_srcdir)/include \ -I$(top_srcdir)/xts5/include \ $(XTS_CFLAGS) LDADD = $(top_builddir)/src/tet3/tcm/libtcmmain.la \ - $(top_builddir)/xts5/src/libproto/libXst.la \ - $(top_builddir)/xts5/src/lib/libxtest.la \ - $(top_builddir)/xts5/fonts/libfont.la \ + $(top_builddir)/xts5/src/libxts5proto.la \ $(top_builddir)/src/tet3/apilib/libapi.la \ $(top_builddir)/src/tet3/apilib/libapi_s.la \ $(XTS_LIBS) |