~ubuntu-branches/ubuntu/vivid/openal-soft/vivid

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Bret Curtis
  • Date: 2014-08-04 08:38:25 UTC
  • Revision ID: package-import@ubuntu.com-20140804083825-rf1iv8tpz96c3r6c
Tags: 1:1.15.1-4
* Added etcconf.patch to bring back the default conf file, 
  closes: 755862, 756891
* Added debug packages. (Closes: 659364)
* Made the additional binaries into separate packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
797
797
# Install alsoft.conf configuration file
798
798
IF(ALSOFT_CONFIG)
799
799
    INSTALL(FILES alsoftrc.sample
800
 
            DESTINATION share/openal
 
800
            DESTINATION /etc/openal
 
801
            RENAME alsoft.conf
801
802
    )
802
803
    MESSAGE(STATUS "Installing sample configuration")
803
804
    MESSAGE(STATUS "")