kwin/clients/riscos/Makefile.am
Rik Hemsley 3e5e774e10 Many behavioural fixes and new glyphs for buttons.
Still need to do sticky and help buttons.

svn path=/trunk/kdebase/kwin/; revision=65548
2000-09-27 21:33:15 +00:00

32 lines
549 B
Makefile

INCLUDES = $(all_includes)
lib_LTLIBRARIES = libkwinriscos.la
libkwinriscos_la_SOURCES = \
Button.cpp \
CloseButton.cpp \
IconifyButton.cpp \
LowerButton.cpp \
Manager.cpp \
MaximiseButton.cpp \
Static.cpp
libkwinriscos_la_LIBADD = ../../kwin.la
libkwinriscos_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
METASOURCES = AUTO
noinst_HEADERS = \
Button.h \
CloseButton.h \
IconifyButton.h \
LowerButton.h \
MaximiseButton.h \
StickyButton.h \
Manager.h \
Static.h
lnkdir = $(kde_datadir)/kwin/
lnk_DATA = riscos.desktop
EXTRA_DIST = $(lnk_DATA)