${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} in each and every file anymore [only when subdirs might depend on that]. Also ran a script which makes sure that ${KDE4_INCLUDE_DIR} and ${QT_INCLUDES} are added -last-, so that installed headers are not preferred over (possibly more uptodate) local headers. svn path=/trunk/KDE/kdebase/workspace/; revision=521887 The following changes were in SVN, but were removed from git: M wallpapers/CMakeLists.txt
23 lines
678 B
CMake
23 lines
678 B
CMake
kde4_header()
|
|
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install_files( ${DATA_INSTALL_DIR}/kwin/pics FILES close.png maximize.png maximizedown.png menu.png iconify.png pindown.png pinup.png unknown.png fog.png fog-grey.png bluesun.png greenie.light.png greenie.dim.png )
|
|
|
|
kde4_footer()
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#
|
|
#kwin_pics_data_DATA = close.png maximize.png maximizedown.png menu.png \
|
|
# iconify.png pindown.png pinup.png unknown.png fog.png \
|
|
# fog-grey.png bluesun.png greenie.light.png greenie.dim.png
|
|
#
|
|
#kwin_pics_datadir = $(kde_datadir)/kwin/pics
|
|
#
|
|
#EXTRA_DIST = $(kwin_pics_data_DATA)
|
|
#
|