From 331ab7fb826e65506697ba4a17cd7c16714104de Mon Sep 17 00:00:00 2001 From: Adrian Schroeter Date: Tue, 26 Jun 2001 22:29:53 +0000 Subject: [PATCH] add libXinerama to link call. Fix link error for XFree 4.1.x with --with-xinerama svn path=/trunk/kdebase/kwin/; revision=104059 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cab58d8999..d11afe224e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ lib_LTLIBRARIES = kwin.la kwin_la_SOURCES = workspace.cpp atoms.cpp client.cpp main.cpp \ tabbox.cpp options.cpp plugins.cpp events.cpp KWinInterface.skel \ killwindow.cpp -kwin_la_LIBADD = $(LIB_KDEUI) +kwin_la_LIBADD = $(LIB_KDEUI) $(LIBXINERAMA) kwin_la_LDFLAGS = $(all_libraries) -module -avoid-version include_HEADERS = KWinInterface.h