summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-06-04 00:01:15 +0000
committerwlemb <wlemb>2004-06-04 00:01:15 +0000
commit9549e10d3cb231c17d0e68530fb2390954c5fe86 (patch)
tree0907f64cd5b6593f4b884d00cff205ce4d5f5291
parentb777aabf395880366bc31f564bf7a2516c30f695 (diff)
downloadgroff-9549e10d3cb231c17d0e68530fb2390954c5fe86.tar.gz
* src/utils/xtotroff/Makefile.sub (EXTRA_LDFLAGS): Fix order of
libraries.
-rw-r--r--ChangeLog3
-rw-r--r--src/utils/xtotroff/Makefile.sub2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85ac618a..d52eb48d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
order of libraries.
(install_data): Add $(srcdir).
+ * src/utils/xtotroff/Makefile.sub (EXTRA_LDFLAGS): Fix order of
+ libraries.
+
2004-06-02 Werner LEMBERG <wl@gnu.org>
* aclocal.m4 (GROFF_X11): s/have_no_x/groff_no_x/.
diff --git a/src/utils/xtotroff/Makefile.sub b/src/utils/xtotroff/Makefile.sub
index 8a2fa5d1..6710a8a9 100644
--- a/src/utils/xtotroff/Makefile.sub
+++ b/src/utils/xtotroff/Makefile.sub
@@ -3,6 +3,6 @@ PROG=xtotroff$(EXEEXT)
MLIB=$(LIBM)
XLIBS=$(LIBXUTIL)
EXTRA_CFLAGS=$(X_CFLAGS)
-EXTRA_LDFLAGS=$(X_LIBS) $(X_PRE_LIBS) -lX11 $(X_EXTRA_LIBS) -lXaw
+EXTRA_LDFLAGS=$(X_LIBS) $(X_PRE_LIBS) -lXaw -lXt -lX11 $(X_EXTRA_LIBS)
OBJS=xtotroff.$(OBJEXT)
CSRCS=$(srcdir)/xtotroff.c