kde4_header and kde4_footer() are gone now
[kdeartwork.git] / kwin-styles / openlook / CMakeLists.txt
blobe409a2dce38d83ccdbcca924829f12043572a118
5 ########### next target ###############
7 set(kwin3_openlook_PART_SRCS OpenLook.cpp )
9 kde4_automoc(${kwin3_openlook_PART_SRCS})
11 kde4_add_plugin(kwin3_openlook ${kwin3_openlook_PART_SRCS})
13 kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kwin3_openlook )
15 target_link_libraries(kwin3_openlook  ${KDE4_KDECORE_LIBS} kdecorations )
17 install_targets(${PLUGIN_INSTALL_DIR} kwin3_openlook )
20 ########### install files ###############
22 install_files( ${DATA_INSTALL_DIR}/kwin/ FILES openlook.desktop )
27 #original Makefile.am contents follow:
29 #INCLUDES                    = $(all_includes)
31 #kde_module_LTLIBRARIES      = kwin3_openlook.la
33 #kwin3_openlook_la_SOURCES   = OpenLook.cpp
34 #kwin3_openlook_la_LDFLAGS   = $(all_libraries) $(KDE_PLUGIN) -module
35 #kwin3_openlook_la_LIBADD    = -lkdecorations
37 #noinst_HEADERS              = OpenLook.h
38 #METASOURCES                 = AUTO
40 #linkdir                     = $(kde_datadir)/kwin/
41 #link_DATA                   = openlook.desktop
43 #EXTRA_DIST                  = $(link_DATA)