d3fe666661
Alex svn path=/trunk/KDE/kdebase/workspace/; revision=522728 The following changes were in SVN, but were removed from git: M wallpapers/CMakeLists.txt
16 lines
352 B
CMake
16 lines
352 B
CMake
kde4_header()
|
|
include_directories( ${KDE4_INCLUDES} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install_files( /include/kwin FILES options.h client.h workspace.h kwinbutton.h )
|
|
|
|
kde4_footer()
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#kwin_kwinincludedir = $(includedir)/kwin
|
|
#kwin_kwininclude_HEADERS = options.h client.h workspace.h kwinbutton.h
|