kwin/clients/riscos/Makefile.am

36 lines
607 B
Text
Raw Normal View History

INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = kwin_riscos.la
kwin_riscos_la_SOURCES = \
Button.cpp \
CloseButton.cpp \
IconifyButton.cpp \
LowerButton.cpp \
Manager.cpp \
MaximiseButton.cpp \
StickyButton.cpp \
HelpButton.cpp \
Static.cpp
kwin_riscos_la_LIBADD = ../../kwin.la
kwin_riscos_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
METASOURCES = AUTO
noinst_HEADERS = \
Button.h \
CloseButton.h \
IconifyButton.h \
LowerButton.h \
MaximiseButton.h \
StickyButton.h \
HelpButton.h \
Manager.h \
Static.h
lnkdir = $(kde_datadir)/kwin/
lnk_DATA = riscos.desktop
EXTRA_DIST = $(lnk_DATA)