summaryrefslogtreecommitdiff
path: root/xts5/Xlib5
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-05-27 06:29:23 -0700
committerDan Nicholson <dbn.lists@gmail.com>2010-05-27 06:29:23 -0700
commit972d47ff95c6740476b21a52e6f23b6a099ee79f (patch)
tree35ff97881ee0ce1e39727010958cbbf619629844 /xts5/Xlib5
parentc3a3bec97c1e85e333c4d6f958ee50d09e6a9429 (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/Xlib5')
-rw-r--r--xts5/Xlib5/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/xts5/Xlib5/Makefile.am b/xts5/Xlib5/Makefile.am
index e1050139..38eb4da1 100644
--- a/xts5/Xlib5/Makefile.am
+++ b/xts5/Xlib5/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/xim/libximtest.la \
- $(top_builddir)/xts5/src/lib/libxtest.la \
- $(top_builddir)/xts5/fonts/libfont.la \
+ $(top_builddir)/xts5/src/libxts5.la \
$(top_builddir)/src/tet3/apilib/libapi.la \
$(top_builddir)/src/tet3/apilib/libapi_s.la \
$(XTS_LIBS)