diff options
author | Timothy Pearson <[email protected]> | 2011-11-05 21:46:22 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-05 21:46:22 -0500 |
commit | 545c1b231b6d60ae3c8ebcfd9eda123d8bec30fd (patch) | |
tree | 0cdeeff6db385353df58676fcacc5ceb467afc7d /kwin/Makefile.am | |
parent | b907400d736e8eb8d54fb9eec3c00d8f79ba6c93 (diff) | |
download | tdebase-545c1b231b6d60ae3c8ebcfd9eda123d8bec30fd.tar.gz tdebase-545c1b231b6d60ae3c8ebcfd9eda123d8bec30fd.zip |
Rename kde libraries to tde
Diffstat (limited to 'kwin/Makefile.am')
-rw-r--r-- | kwin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/Makefile.am b/kwin/Makefile.am index c652c81e9..4ac46d385 100644 --- a/kwin/Makefile.am +++ b/kwin/Makefile.am @@ -17,7 +17,7 @@ kwin_la_SOURCES = workspace.cpp client.cpp placement.cpp atoms.cpp \ manage.cpp notifications.cpp activation.cpp useractions.cpp \ geometry.cpp rules.cpp -kwin_la_LIBADD = $(LIB_KDEUI) lib/libkdecorations.la +kwin_la_LIBADD = $(LIB_KDEUI) lib/libtdecorations.la kwin_la_LDFLAGS = $(all_libraries) -module -avoid-version include_HEADERS = KWinInterface.h |