some write more portable Makefiles than others :)
svn path=/trunk/kdebase/kwin/; revision=37819
This commit is contained in:
parent
a6cc2d48ab
commit
39ef01ccbe
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
INCLUDES = $(all_includes)
|
INCLUDES = $(all_includes)
|
||||||
LDFLAGS = $(all_libraries) $(KDE_RPATH) -rdynamic
|
LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic
|
||||||
|
|
||||||
SUBDIRS = pics clients
|
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_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
|
KDE_ICON = kwin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue