a9fc0d54c7
svn path=/trunk/KDE/kdebase/workspace/; revision=540215 The following changes were in SVN, but were removed from git: M wallpapers/CMakeLists.txt
27 lines
636 B
CMake
27 lines
636 B
CMake
|
|
add_subdirectory( plastik )
|
|
add_subdirectory( b2 )
|
|
add_subdirectory( default )
|
|
add_subdirectory( keramik )
|
|
add_subdirectory( laptop )
|
|
add_subdirectory( modernsystem )
|
|
add_subdirectory( quartz )
|
|
add_subdirectory( redmond )
|
|
add_subdirectory( web )
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
|
|
|
|
#original Makefile.am contents follow:
|
|
|
|
#SUBDIRS = plastik b2 default keramik laptop modernsystem quartz redmond web
|
|
## need to be ported: kwmtheme (almost done)
|
|
## only for testing: test
|
|
#
|
|
#messages: rc.cpp
|
|
# $(EXTRACTRC) `find . -name \*.ui` >> rc.cpp
|
|
# $(XGETTEXT) `find . -name \*.cpp` -o $(podir)/kwin_clients.pot
|
|
# -rm rc.cpp
|