~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to syndication/atom/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-11-23 17:36:44 UTC
  • mfrom: (1.1.102)
  • Revision ID: package-import@ubuntu.com-20131123173644-p5ow94192ezsny8g
Tags: 4:4.11.80-0ubuntu1
[ Rohan Garg ]
* New upstream beta release
  - Bump akonadi requirement to 1.10.45
  - Update install files
  - Update symbols

[ Philip Muškovac ]
* kdepimlibs-dev/-dbg breaks/replaces kdepim-runtime/-dbg (<< 4:4.11.80)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
 
 
4
 
 
5
1
########### install files ###############
6
2
 
7
 
install( FILES category.h constants.h content.h document.h entry.h generator.h link.h parser.h person.h source.h atom.h  DESTINATION ${INCLUDE_INSTALL_DIR}/syndication/atom COMPONENT Devel)
 
3
install(FILES
 
4
        atom.h
 
5
        category.h
 
6
        constants.h
 
7
        content.h
 
8
        document.h
 
9
        entry.h
 
10
        generator.h
 
11
        link.h
 
12
        parser.h
 
13
        person.h
 
14
        source.h
 
15
        DESTINATION ${INCLUDE_INSTALL_DIR}/syndication/atom
 
16
        COMPONENT Devel
 
17
)