~ubuntu-branches/ubuntu/trusty/libssh/trusty-security

« back to all changes in this revision

Viewing changes to cmake/Modules/DefineInstallationPaths.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-12-12 14:29:12 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091212142912-ha5g2iibt6nfnjq8
Tags: 0.4.0-1
* New upstream release.
  - Bump soname
  - Adjust .symbols file
* Readd static library in -dev package
* Let dh_lintian install override file
* debian/README.Debian: Update file
* debian/rules: Add list-missing rule

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
 
95
95
if (WIN32)
96
96
  # Same same
97
 
  set(BIN_INSTALL_DIR "." CACHE PATH "-")
 
97
  set(BIN_INSTALL_DIR "bin" CACHE PATH "-")
98
98
  set(SBIN_INSTALL_DIR "." CACHE PATH "-")
99
99
  set(LIB_INSTALL_DIR "lib" CACHE PATH "-")
100
100
  set(INCLUDE_INSTALL_DIR "include" CACHE PATH "-")