2001-05-18 20:22:57 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) $(all_includes)
|
2001-08-27 08:57:41 +00:00
|
|
|
kde_module_LTLIBRARIES = libkwinSuSE.la
|
2001-05-06 19:03:20 +00:00
|
|
|
|
2001-08-27 08:57:41 +00:00
|
|
|
libkwinSuSE_la_SOURCES = \
|
|
|
|
MachBunt.cpp \
|
|
|
|
MachBuntButton.cpp \
|
|
|
|
MachBuntButtonClose.cpp \
|
|
|
|
MachBuntButtonMenu.cpp \
|
|
|
|
MachBuntButtonHelp.cpp \
|
|
|
|
MachBuntButtonIconify.cpp \
|
|
|
|
MachBuntButtonLower.cpp \
|
|
|
|
MachBuntButtonMaximize.cpp \
|
|
|
|
MachBuntButtonSticky.cpp
|
2001-05-06 19:03:20 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2001-08-27 08:57:41 +00:00
|
|
|
MachBunt.h \
|
|
|
|
MachBuntButton.h \
|
|
|
|
MachBuntButtonClose.h \
|
|
|
|
MachBuntButtonMenu.h \
|
|
|
|
MachBuntButtonHelp.h \
|
|
|
|
MachBuntButtonIconify.h \
|
|
|
|
MachBuntButtonLower.h \
|
|
|
|
MachBuntButtonMaximize.h \
|
|
|
|
MachBuntButtonSticky.h
|
2001-05-06 19:03:20 +00:00
|
|
|
|
2001-08-27 08:57:41 +00:00
|
|
|
libkwinSuSE_la_LIBADD = $(kde_libraries)/kwin.la
|
|
|
|
libkwinSuSE_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
2001-05-06 19:03:20 +00:00
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
linkdir = $(kde_datadir)/kwin/
|
2001-08-27 08:57:41 +00:00
|
|
|
link_DATA = SuSE.desktop
|
2001-05-06 19:03:20 +00:00
|
|
|
EXTRA_DIST = $(link_DATA)
|