~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to kwin/lib/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-05-02 23:57:34 UTC
  • mfrom: (1.2.1 upstream) (20.1.22 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502235734-kwrykz4qcvunwqf4
Tags: 4:4.0.4-0ubuntu1~hardy1
* New upstream release (LP: #225994)
* Updated control file (LP: #220655)
* Updated install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
########### install files ###############
21
21
 
22
 
install( FILES kdecoration.h kdecorationfactory.h kcommondecoration.h DESTINATION ${INCLUDE_INSTALL_DIR})
 
22
install( FILES
 
23
    kdecoration.h
 
24
    kdecorationfactory.h
 
25
    kcommondecoration.h
 
26
    kdecorationbridge.h
 
27
    DESTINATION ${INCLUDE_INSTALL_DIR})
23
28
 
24
29
###  effects lib  ###
25
30
set(kwin_EFFECTSLIB_SRCS
59
64
endif (X11_Xfixes_FOUND)
60
65
 
61
66
 
62
 
install( FILES kwinglobals.h kwineffects.h ${CMAKE_CURRENT_BINARY_DIR}/kwinconfig.h DESTINATION ${INCLUDE_INSTALL_DIR})
63
 
 
 
67
install( FILES
 
68
    kwinglobals.h
 
69
    kwineffects.h
 
70
    kwinglutils.h
 
71
    kwinglutils_funcs.h
 
72
    kwinshadereffect.h
 
73
    ${CMAKE_CURRENT_BINARY_DIR}/kwinconfig.h
 
74
    DESTINATION ${INCLUDE_INSTALL_DIR})