From 39ef01ccbe58da71bee683072b4e440de2703285 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 8 Jan 2000 17:15:29 +0000 Subject: [PATCH] some write more portable Makefiles than others :) svn path=/trunk/kdebase/kwin/; revision=37819 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 639e24a405..7eb2e71b3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = $(all_includes) -LDFLAGS = $(all_libraries) $(KDE_RPATH) -rdynamic +LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic SUBDIRS = pics clients @@ -8,7 +8,7 @@ bin_PROGRAMS = kwin kwin_SOURCES = atoms.cpp client.cpp main.cpp stdclient.cpp workspace.cpp tabbox.cpp options.cpp plugins.cpp -kwin_LDADD = $(LIB_KDECORE) $(LIB_KDEUI) +kwin_LDADD = $(LIB_KDEUI) KDE_ICON = kwin