kwin/clients/web/CMakeLists.txt
Alexander Neundorf a9fc0d54c7 kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdebase/workspace/; revision=540215

The following changes were in SVN, but were removed from git:

M	wallpapers/CMakeLists.txt
2006-05-12 18:12:37 +00:00

43 lines
1 KiB
CMake

########### next target ###############
set(kwin3_web_PART_SRCS Web.cpp WebButton.cpp )
kde4_automoc(${kwin3_web_PART_SRCS})
kde4_add_plugin(kwin3_web ${kwin3_web_PART_SRCS})
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kwin3_web )
target_link_libraries(kwin3_web ${KDE4_KDEUI_LIBS} kdecorations )
install_targets(${PLUGIN_INSTALL_DIR} kwin3_web )
########### install files ###############
install_files( ${DATA_INSTALL_DIR}/kwin/ FILES web.desktop )
#original Makefile.am contents follow:
#INCLUDES = -I$(top_srcdir) $(all_includes)
#kde_module_LTLIBRARIES = kwin3_web.la
#
#kwin3_web_la_SOURCES = Web.cpp WebButton.cpp
#
#noinst_HEADERS = Web.h WebButton.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)
#