kwin/clients/web/Makefile.am
Sandro Giessl d82cbed7c0 - Ported to the new style API, hope everything is ok.
- Respect KWins' border size suggestion.

svn path=/trunk/kdebase/kwin/; revision=252139
2003-09-18 14:59:47 +00:00

30 lines
790 B
Makefile

INCLUDES = -I$(top_srcdir) $(all_includes)
kde_module_LTLIBRARIES = kwin3_web.la
kwin3_web_la_SOURCES = \
Web.cpp \
WebButton.cpp \
WebButtonClose.cpp \
WebButtonHelp.cpp \
WebButtonIconify.cpp \
WebButtonLower.cpp \
WebButtonMaximize.cpp \
WebButtonSticky.cpp
noinst_HEADERS = \
Web.h \
WebButton.h \
WebButtonClose.h \
WebButtonHelp.h \
WebButtonIconify.h \
WebButtonLower.h \
WebButtonMaximize.h \
WebButtonSticky.h
kwin3_web_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kwin3_web_la_LIBADD = $(LIB_KDEUI) ../../lib/libkdecorations.la
METASOURCES = AUTO
linkdir = $(kde_datadir)/kwin/
link_DATA = web.desktop
EXTRA_DIST = $(link_DATA)