From 4c68f8474cb0488763fd44920eef590f755cdc51 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 27 Oct 1997 19:41:33 +0000 Subject: [PATCH] changed some orders of Xext and X11. I think, Xext depends on X11, so the right order is -lXext -lX11 svn path=/trunk/kdegraphics/kdvi/; revision=2336 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 996ca88aa..9ce8f2df2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ kdvi_LDFLAGS = @all_libraries@ $(KDE_RPATH) # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. -kdvi_LDADD = $(kpathsea) -lkfm -lkdeui -lkdecore -lqt -lX11 -lXext @LIBSOCKET@ +kdvi_LDADD = $(kpathsea) -lkfm -lkdeui -lkdecore -lqt -lXext -lX11 @LIBSOCKET@ ## this option you can leave out. Just, if you use "make dist", you need it