~ubuntu-branches/ubuntu/oneiric/libktorrent/oneiric

« back to all changes in this revision

Viewing changes to src/tracker/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2011-05-26 00:33:38 UTC
  • mfrom: (5.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110526003338-2r4zwyzn8bovsxay
Tags: 1.1.1-2
Release to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
set (tracker_HDR
 
3
        ./tracker.h
 
4
        ./udptracker.h
 
5
        ./udptrackersocket.h
 
6
        ./httptracker.h
 
7
        ./trackermanager.h
 
8
        ./httpannouncejob.h
 
9
        ./kioannouncejob.h
 
10
)
 
11
 
 
12
install(FILES ${tracker_HDR} DESTINATION ${INCLUDE_INSTALL_DIR}/libktorrent/tracker COMPONENT Devel)