revert to 1.4 code
svn path=/trunk/kdebase/kwin/; revision=112134
This commit is contained in:
parent
15fde704ed
commit
4106f298c6
1 changed files with 21 additions and 23 deletions
|
@ -1,32 +1,30 @@
|
||||||
INCLUDES = -I$(top_srcdir) $(all_includes)
|
INCLUDES = -I$(top_srcdir) $(all_includes)
|
||||||
kde_module_LTLIBRARIES = libkwinSuSE.la
|
kde_module_LTLIBRARIES = libkwinweb.la
|
||||||
|
|
||||||
libkwinSuSE_la_SOURCES = \
|
libkwinweb_la_SOURCES = \
|
||||||
MachBunt.cpp \
|
Web.cpp \
|
||||||
MachBuntButton.cpp \
|
WebButton.cpp \
|
||||||
MachBuntButtonClose.cpp \
|
WebButtonClose.cpp \
|
||||||
MachBuntButtonMenu.cpp \
|
WebButtonHelp.cpp \
|
||||||
MachBuntButtonHelp.cpp \
|
WebButtonIconify.cpp \
|
||||||
MachBuntButtonIconify.cpp \
|
WebButtonLower.cpp \
|
||||||
MachBuntButtonLower.cpp \
|
WebButtonMaximize.cpp \
|
||||||
MachBuntButtonMaximize.cpp \
|
WebButtonSticky.cpp
|
||||||
MachBuntButtonSticky.cpp
|
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
MachBunt.h \
|
Web.h \
|
||||||
MachBuntButton.h \
|
WebButton.h \
|
||||||
MachBuntButtonClose.h \
|
WebButtonClose.h \
|
||||||
MachBuntButtonMenu.h \
|
WebButtonHelp.h \
|
||||||
MachBuntButtonHelp.h \
|
WebButtonIconify.h \
|
||||||
MachBuntButtonIconify.h \
|
WebButtonLower.h \
|
||||||
MachBuntButtonLower.h \
|
WebButtonMaximize.h \
|
||||||
MachBuntButtonMaximize.h \
|
WebButtonSticky.h
|
||||||
MachBuntButtonSticky.h
|
|
||||||
|
|
||||||
libkwinSuSE_la_LIBADD = $(kde_libraries)/kwin.la
|
libkwinweb_la_LIBADD = ../../kwin.la
|
||||||
libkwinSuSE_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
libkwinweb_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
|
||||||
linkdir = $(kde_datadir)/kwin/
|
linkdir = $(kde_datadir)/kwin/
|
||||||
link_DATA = SuSE.desktop
|
link_DATA = web.desktop
|
||||||
EXTRA_DIST = $(link_DATA)
|
EXTRA_DIST = $(link_DATA)
|
||||||
|
|
Loading…
Reference in a new issue